summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-02-19 13:13:05 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-02-19 13:13:05 -0500
commit7b74f9d8c2c658399596ac0babbd4fe1c1d10506 (patch)
tree46fea810b0d498c8f2ed22d449a174c44806ba9b /.bashrc
parentc80905abce76f3b119603a99297710fcd19ead1e (diff)
downloadeibhear-7b74f9d8c2c658399596ac0babbd4fe1c1d10506.tar.gz
eibhear-7b74f9d8c2c658399596ac0babbd4fe1c1d10506.tar.zst
eibhear-7b74f9d8c2c658399596ac0babbd4fe1c1d10506.zip
bm* files, shortcuts and alias to .config
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 8569865..9338a0c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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"