Commit 1da0424efb9aa77073d20b10de823279d0dded1e
1 parent
ac784730c8
Exists in
master
and in
2 other branches
bashrc: small changes
Showing 1 changed file with 7 additions and 1 deletions Side-by-side Diff
templates/bashrc.sh
| ... | ... | @@ -52,6 +52,13 @@ export HISTFILE=~/.config/new_bash_history |
| 52 | 52 | # Force prompt to write history after every command |
| 53 | 53 | PROMPT_COMMAND="history -a; $PROMPT_COMMAND" |
| 54 | 54 | |
| 55 | +######################## | |
| 56 | +# ******************** # | |
| 57 | +# * * # | |
| 58 | +# * MISC * # | |
| 59 | +# * * # | |
| 60 | +# ******************** # | |
| 61 | +######################## | |
| 55 | 62 | |
| 56 | 63 | # check the window size after each command |
| 57 | 64 | shopt -s checkwinsize |
| ... | ... | @@ -108,7 +115,6 @@ if [ -f $ZCFG/dotfiles/environment.sh ]; then |
| 108 | 115 | . $ZCFG/dotfiles/environment.sh |
| 109 | 116 | fi |
| 110 | 117 | |
| 111 | - | |
| 112 | 118 | # Alias definitions |
| 113 | 119 | if [ -f $ZCFG/templates/bash_aliases.sh ]; then |
| 114 | 120 | . $ZCFG/templates/bash_aliases.sh |