mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
More compact case statement instead of the ugly if elif... else statement. Moves it to history.zsh
8 lines
98 B
Bash
8 lines
98 B
Bash
# Super user
|
|
alias _='sudo'
|
|
alias please='sudo'
|
|
|
|
#alias g='grep -in'
|
|
|
|
alias afind='ack-grep -il'
|
|
|