summaryrefslogtreecommitdiffstats
path: root/.config/zsh/oh-my-zsh/plugins/history/history.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/oh-my-zsh/plugins/history/history.plugin.zsh')
-rw-r--r--.config/zsh/oh-my-zsh/plugins/history/history.plugin.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh/oh-my-zsh/plugins/history/history.plugin.zsh b/.config/zsh/oh-my-zsh/plugins/history/history.plugin.zsh
new file mode 100644
index 0000000..9cee48f
--- /dev/null
+++ b/.config/zsh/oh-my-zsh/plugins/history/history.plugin.zsh
@@ -0,0 +1,3 @@
+alias h='history'
+alias hs='history | grep'
+alias hsi='history | grep -i'