Browse Source

Remove po alias

https://github.com/robbyrussell/oh-my-zsh/issues/6761
Nathan Robinson 6 years ago
parent
commit
de8ef8286a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      lib/directories.zsh

+ 0 - 4
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'