.bashrc: HISTCONTROL=ignoreboth
This commit is contained in:
parent
20d120d768
commit
7a66379f19
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -8,7 +8,7 @@
|
|||
# Bash settings
|
||||
set -o noclobber
|
||||
shopt -s checkwinsize
|
||||
export HISTCONTROL=ignorespace
|
||||
export HISTCONTROL=ignoreboth
|
||||
export PROMPT_DIRTRIM=3
|
||||
|
||||
# Color output and default options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue