diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -112,6 +112,10 @@ function title { esac } +function hist { + rg -i "$1" "$HISTFILE" +} + function refresh_tmux { if [ -n "$TMUX" ]; then eval $(tmux showenv -s SSH_CONNECTION) |