# Push and pop directories on directory stack alias pu='pushd' alias po='popd' # Super user alias _='sudo' # Show history alias history='fc -l 1'