ohmyzsh/lib/aliases.zsh

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'