Remove po alias

https://github.com/robbyrussell/oh-my-zsh/issues/6761
This commit is contained in:
Nathan Robinson 2018-05-25 23:46:18 -04:00 committed by GitHub
parent ed0bd6b33c
commit de8ef8286a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -28,7 +28,3 @@ alias lsa='ls -lah'
alias l='ls -lah'
alias ll='ls -lh'
alias la='ls -lAh'
# Push and pop directories on directory stack
alias pu='pushd'
alias po='popd'