mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-12-08 20:28:56 +00:00
Added oh-my-zsh in all its glory
This commit is contained in:
8
.oh-my-zsh/plugins/history/history.plugin.zsh
Normal file
8
.oh-my-zsh/plugins/history/history.plugin.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
alias h='history'
|
||||
|
||||
function hs
|
||||
{
|
||||
history | grep $*
|
||||
}
|
||||
|
||||
alias hsi='hs -i'
|
||||
Reference in New Issue
Block a user