1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-14 19:30:42 +01:00

Merge pull request #6860 from nrobinson2000/patch-1

Remove po alias
This commit is contained in:
Marc Cornellà
2018-05-26 15:38:21 +02:00
committed by GitHub

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'