mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-07 03:59:25 +00:00
Add "sa" alias to make it easy to search aliases
This commit is contained in:
@ -57,6 +57,7 @@ alias p='${(z)PAGER}'
|
||||
alias po='popd'
|
||||
alias pu='pushd'
|
||||
alias rm="${aliases[rm]:-rm} -i"
|
||||
alias sa='alias | grep -i'
|
||||
alias type='type -a'
|
||||
|
||||
# ls
|
||||
|
Reference in New Issue
Block a user