From 358edbefccd56c11b524ee30893627a8956e0f75 Mon Sep 17 00:00:00 2001 From: tiynger Date: Tue, 2 Jul 2019 14:30:59 +0200 Subject: [PATCH] add .bashrc --- .bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..f719e13 --- /dev/null +++ b/.bashrc @@ -0,0 +1,11 @@ +#!/bin/bash +set -o vi +stty -ixon # Disable ctrl-s and ctrl-q. +shopt -s autocd #Allows you to cd into directory merely by typing the directory name. +HISTSIZE= HISTFILESIZE= # Infinite history. +export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]" + +[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" # Load shortcut aliases +[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" + +neofetch