mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
9 lines
148 B
Bash
9 lines
148 B
Bash
# Push and pop directories on directory stack
|
|
alias pu='pushd'
|
|
alias po='popd'
|
|
|
|
# Super user
|
|
alias _='sudo'
|
|
|
|
# Show history
|
|
alias history='fc -l 1'
|