Installed Oh-My-Zsh, slight polybar change (brightness)
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