Skip to content

Commit

Permalink
Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Aug 24, 2010
1 parent ed90f18 commit 99f159e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/aliases.zsh
Expand Up @@ -3,7 +3,6 @@ alias pu='pushd'
alias po='popd'

# Basic directory operations
alias .='pwd'
alias ...='cd ../..'
alias -- -='cd -'

Expand Down

0 comments on commit 99f159e

Please sign in to comment.