1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-24 15:23:29 +02: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
-4
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'