diff --git a/.bashrc b/.bashrc index 5be5b03..16dba11 100644 --- a/.bashrc +++ b/.bashrc @@ -18,12 +18,12 @@ get_git_info() { echo -e " $(get_branch_name)" } - export PS1="\u \w ❭\[$(tput sgr0)\] " # History -export HISTCONTROL=ignoreboth +export HISTCONTROL=ignoreboth:erasedups export HISTSIZE=500000 +export HISTIGNORE="clear:l: *" # Readable man pages export MANWIDTH=120