1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-12 15:34:50 +08:00
ohmyzsh-mirror/lib/aliases.zsh
LFDM d33b0aae91 Refactors history alias and moves it.
More compact case statement instead of the ugly if elif... else
statement. Moves it to history.zsh
2015-02-10 19:22:39 +01:00

9 lines
98 B
Bash

# Super user
alias _='sudo'
alias please='sudo'
#alias g='grep -in'
alias afind='ack-grep -il'