summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index ee507e8..459d9e8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -8,6 +8,7 @@ alias clr="echo -ne '\033c'"
alias mv="mv -i"
alias cp="cp -i"
export history_control=ignoreboth
+export HISTCONTROL="$history_control"
export command_oriented_history
export HISTIGNORE='&:[bf]g:exit:ls'