Fix history handler and git plugin

This commit is contained in:
Toan Nguyen
2017-03-19 17:13:00 +07:00
parent f300d599a8
commit fc9c567fec
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
shopt -s histappend # append to bash_history if Terminal.app quits
## Command history configuration
if [ -z "$HISTFILE" ]; then
HISTFILE=$HOME/.bash_history