X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fbash%2Ffiles%2Fbashrc;h=a71321a9454b59694eca2db7e2d33f84a89c15ae;hb=cc380a1eeb2fd611cfb96574b44dd00e2e168b92;hp=52753fa0c1b42ae34a981c5474b8905051ab8c63;hpb=acdc15c5fda9fbd45371d60fb2770ff126a4d5f0;p=max%2Fsaltfiles.git diff --git a/states/bash/files/bashrc b/states/bash/files/bashrc index 52753fa..a71321a 100644 --- a/states/bash/files/bashrc +++ b/states/bash/files/bashrc @@ -10,15 +10,15 @@ HISTCONTROL=ignoreboth shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 +HISTSIZE=20000 HISTFILESIZE=20000 # check the window size after each command and, if necessary, # 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