]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/bash/files/bashrc
Configure some moar
[max/saltfiles.git] / states / bash / files / bashrc
index 52753fa0c1b42ae34a981c5474b8905051ab8c63..a71321a9454b59694eca2db7e2d33f84a89c15ae 100644 (file)
@@ -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