summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2025-01-10 13:17:15 +0000
committerdakkar <dakkar@thenautilus.net>2025-01-10 13:19:10 +0000
commitc7a1c564082b62564c1694eb393b4f36e2f69699 (patch)
tree4e0fecf3c3e909203626db9c254d71dfcc465191
parentshow command duration on prompt (diff)
downloaddotfiles-c7a1c564082b62564c1694eb393b4f36e2f69699.tar.gz
dotfiles-c7a1c564082b62564c1694eb393b4f36e2f69699.tar.bz2
dotfiles-c7a1c564082b62564c1694eb393b4f36e2f69699.zip
better histcontrol
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 830a92c..f373a52 100644
--- a/.bashrc
+++ b/.bashrc
@@ -21,6 +21,7 @@ alias mv="mv -i"
alias cp="cp -i"
alias btd="bittorrent-curses --max_upload_rate 6 "
export history_control=ignoreboth
+export HISTCONTROL="$history_control"
export command_oriented_history
export HISTIGNORE='&:[bf]g:exit:ls'