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:17:15 +0000
commitede98a230fbd4be7dc40e40e6379132c87088cbe (patch)
tree12b01373a8233f3e99cd6adb01eade6b9864c85b
parentkillmerged with custom remote (diff)
downloaddotfiles-ede98a230fbd4be7dc40e40e6379132c87088cbe.tar.gz
dotfiles-ede98a230fbd4be7dc40e40e6379132c87088cbe.tar.bz2
dotfiles-ede98a230fbd4be7dc40e40e6379132c87088cbe.zip
better histcontrol
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index bfafa29..ae5de6e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -20,6 +20,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'