]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/bash/files/bashrc
Source aliases from generic ~/.shell_aliases
[max/saltfiles.git] / states / bash / files / bashrc
index 639cca10050c4b9e312cf27884cff01f290d7612..a71321a9454b59694eca2db7e2d33f84a89c15ae 100644 (file)
@@ -17,8 +17,8 @@ HISTFILESIZE=20000
 # update the values of LINES and COLUMNS.
 shopt -s checkwinsize
 
-if [ -f ~/.bash_aliases ]; then
-  . ~/.bash_aliases
+if [ -f ~/.shell_aliases ]; then
+  . ~/.shell_aliases
 fi