diff options
author | dakkar <dakkar@thenautilus.net> | 2025-01-10 13:17:15 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2025-01-10 13:20:26 +0000 |
commit | ee9bd340eda4a1db808431b3d667564ab886b5f3 (patch) | |
tree | 0d721b7c34dc2f817cc541db6c8f70bc2ddf909b /.bashrc | |
parent | show command duration on prompt (diff) | |
download | dotfiles-ee9bd340eda4a1db808431b3d667564ab886b5f3.tar.gz dotfiles-ee9bd340eda4a1db808431b3d667564ab886b5f3.tar.bz2 dotfiles-ee9bd340eda4a1db808431b3d667564ab886b5f3.zip |
better histcontrolluxion
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' export ALTERNATE_EDITOR='' |