]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/plugins/history/history.plugin.zsh
remove oh-my-zsh
[dotfiles.git] / zsh / plugins / history / history.plugin.zsh
diff --git a/zsh/plugins/history/history.plugin.zsh b/zsh/plugins/history/history.plugin.zsh
deleted file mode 100644 (file)
index 0f4aa4b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-alias h='history'
-
-function hs
-{
-    history | grep $*
-}
-
-alias hsi='hs -i'