X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fbash%2Ffiles%2Fbashrc;h=a71321a9454b59694eca2db7e2d33f84a89c15ae;hb=b3420df065a27747dd69f0f63479a245af0d79f6;hp=639cca10050c4b9e312cf27884cff01f290d7612;hpb=4ae933bdcc1a64cbb604d85cba61e5d3587d2568;p=max%2Fsaltfiles.git diff --git a/states/bash/files/bashrc b/states/bash/files/bashrc index 639cca1..a71321a 100644 --- a/states/bash/files/bashrc +++ b/states/bash/files/bashrc @@ -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