aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-06-07 17:37:30 -0400
committertdro <tdro@users.noreply.github.com>2019-06-07 17:37:30 -0400
commitb38d54a0b22080205ff10c06ac3bda6d5189b902 (patch)
tree44c69c6acacd549cef83f1fef1b678570b3015f0 /.bashrc
parent6f0ddc48673b185e693d140a1858128c9f699dc6 (diff)
downloaddotfiles-b38d54a0b22080205ff10c06ac3bda6d5189b902.tar.gz
dotfiles-b38d54a0b22080205ff10c06ac3bda6d5189b902.tar.bz2
dotfiles-b38d54a0b22080205ff10c06ac3bda6d5189b902.zip
.bashrc: Fuzzy history with fzf
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index eaa5a09..9751fa2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -104,8 +104,8 @@ alias grep='grep --color=tty -d skip'
# alsamixer
alias alsamixer='alsamixer -V all'
-# listed history
-alias hist='history | grep'
+# fzf listed history
+alias fuzzy-history='cat $HOME/.bash_history | fzf'
# pulse delay on audacity
alias audacity='PULSE_LATENCY_MSEC=30 audacity'