diff --git a/templates/bashrc.sh b/templates/bashrc.sh index 22cb307..bf979f4 100644 --- a/templates/bashrc.sh +++ b/templates/bashrc.sh @@ -52,6 +52,13 @@ export HISTFILE=~/.config/new_bash_history # Force prompt to write history after every command PROMPT_COMMAND="history -a; $PROMPT_COMMAND" +######################## +# ******************** # +# * * # +# * MISC * # +# * * # +# ******************** # +######################## # check the window size after each command shopt -s checkwinsize @@ -108,7 +115,6 @@ if [ -f $ZCFG/dotfiles/environment.sh ]; then . $ZCFG/dotfiles/environment.sh fi - # Alias definitions if [ -f $ZCFG/templates/bash_aliases.sh ]; then . $ZCFG/templates/bash_aliases.sh