Auto Update
This commit is contained in:
parent
1285127f91
commit
263d826f74
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
@ -6,6 +6,7 @@
|
||||||
HISTSIZE=5000
|
HISTSIZE=5000
|
||||||
HISTFILESIZE=10000
|
HISTFILESIZE=10000
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
|
## TODO fix cause wtf
|
||||||
export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"
|
export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
|
|
Loading…
Reference in a new issue