diff options
author | Nathan Robinson <nrobinson2000@me.com> | 2018-05-25 23:46:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 23:46:18 -0400 |
commit | de8ef8286a88f82976bb6d4c89de0757272c7bcc (patch) | |
tree | 9bd0bf72d516cae40fc3eefca324463108ae8483 | |
parent | ed0bd6b33cf64624affc5d452f21b2bd6cd46cc9 (diff) | |
download | zsh-de8ef8286a88f82976bb6d4c89de0757272c7bcc.tar.gz zsh-de8ef8286a88f82976bb6d4c89de0757272c7bcc.tar.bz2 zsh-de8ef8286a88f82976bb6d4c89de0757272c7bcc.zip |
Remove po alias
https://github.com/robbyrussell/oh-my-zsh/issues/6761
-rw-r--r-- | lib/directories.zsh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/directories.zsh b/lib/directories.zsh index a50a692c8..14064b86f 100644 --- a/lib/directories.zsh +++ b/lib/directories.zsh @@ -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' |