.bashrc: HISTCONTROL=ignoreboth
This commit is contained in:
parent
20d120d768
commit
7a66379f19
2
.bashrc
2
.bashrc
|
|
@ -8,7 +8,7 @@
|
||||||
# Bash settings
|
# Bash settings
|
||||||
set -o noclobber
|
set -o noclobber
|
||||||
shopt -s checkwinsize
|
shopt -s checkwinsize
|
||||||
export HISTCONTROL=ignorespace
|
export HISTCONTROL=ignoreboth
|
||||||
export PROMPT_DIRTRIM=3
|
export PROMPT_DIRTRIM=3
|
||||||
|
|
||||||
# Color output and default options
|
# Color output and default options
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue