mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 07:50:40 +01:00
Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63
This commit is contained in:
@@ -3,7 +3,6 @@ alias pu='pushd'
|
||||
alias po='popd'
|
||||
|
||||
# Basic directory operations
|
||||
alias .='pwd'
|
||||
alias ...='cd ../..'
|
||||
alias -- -='cd -'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user