change location export HISTCONTROL

This commit is contained in:
Jesús 2021-08-17 16:22:54 -05:00
parent d7559d5c24
commit 7a1004b72b
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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