Minimise bash history

master
Hektor Misplon 2021-12-31 12:44:28 +01:00
parent 97c19190a9
commit 8a0758571d
1 changed files with 2 additions and 2 deletions

View File

@ -18,12 +18,12 @@ get_git_info() {
echo -e "$(get_branch_name)" echo -e "$(get_branch_name)"
} }
export PS1="\u \w ❭\[$(tput sgr0)\] " export PS1="\u \w ❭\[$(tput sgr0)\] "
# History # History
export HISTCONTROL=ignoreboth export HISTCONTROL=ignoreboth:erasedups
export HISTSIZE=500000 export HISTSIZE=500000
export HISTIGNORE="clear:l: *"
# Readable man pages # Readable man pages
export MANWIDTH=120 export MANWIDTH=120