From 1da0424efb9aa77073d20b10de823279d0dded1e Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 31 Mar 2015 23:29:00 +0200 Subject: [PATCH] bashrc: small changes --- templates/bashrc.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.0.0