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