浏览代码

Remove po alias

https://github.com/robbyrussell/oh-my-zsh/issues/6761
Nathan Robinson 6 年之前
父节点
当前提交
de8ef8286a
共有 1 个文件被更改,包括 0 次插入4 次删除
  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'