change location export HISTCONTROL
This commit is contained in:
parent
d7559d5c24
commit
7a1004b72b
@ -64,9 +64,6 @@ fi
|
||||
#Interactive Prompt
|
||||
PS2="${_psi:=$_psi}"
|
||||
|
||||
# No double entries in the shell history.
|
||||
export HISTCONTROL=ignoreboth:erasedups
|
||||
|
||||
# global unsets
|
||||
unset SYMBOL prompt _psi
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=${HISTSIZE}
|
||||
export HISTCONTROL=ignoreboth
|
||||
export HISTCONTROL=ignoreboth:erasedups
|
||||
export JAVA_FONTS=/usr/share/fonts/TTF
|
||||
|
Loading…
x
Reference in New Issue
Block a user