.bashrc: HISTCONTROL=ignoreboth

This commit is contained in:
Lexi / Zoe 2019-03-01 15:34:22 +01:00
parent 20d120d768
commit 7a66379f19
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 1 additions and 1 deletions

View File

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