diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-19 13:13:05 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-19 13:13:05 -0500 |
| commit | 7b74f9d8c2c658399596ac0babbd4fe1c1d10506 (patch) | |
| tree | 46fea810b0d498c8f2ed22d449a174c44806ba9b /.bashrc | |
| parent | c80905abce76f3b119603a99297710fcd19ead1e (diff) | |
| download | eibhear-7b74f9d8c2c658399596ac0babbd4fe1c1d10506.tar.gz eibhear-7b74f9d8c2c658399596ac0babbd4fe1c1d10506.tar.zst eibhear-7b74f9d8c2c658399596ac0babbd4fe1c1d10506.zip | |
bm* files, shortcuts and alias to .config
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,5 +4,5 @@ shopt -s autocd #Allows you to cd into directory merely by typing the directory 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/.shortcuts" ] && source "$HOME/.shortcuts" # Load shortcut aliases -[ -f "$HOME/.aliasrc" ] && source "$HOME/.aliasrc" +[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" # Load shortcut aliases +[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" |
