mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Allow the ability to search aliases
One of the things I ended up doing after installing is trying to grep through the whole list of new aliases. Ended up trying this few times before realizing might be useful within zsh
This commit is contained in:
parent
434f3bc05c
commit
85157d0ee2
1 changed files with 2 additions and 0 deletions
|
|
@ -24,3 +24,5 @@ alias sl=ls # often screw this up
|
|||
|
||||
alias afind='ack-grep -il'
|
||||
|
||||
# search aliases
|
||||
alias manalias='alias | grep -i'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue