mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 20:30:09 +00:00
Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63
This commit is contained in:
parent
ed90f182ef
commit
99f159e0a7
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ alias pu='pushd'
|
|||
alias po='popd'
|
||||
|
||||
# Basic directory operations
|
||||
alias .='pwd'
|
||||
alias ...='cd ../..'
|
||||
alias -- -='cd -'
|
||||
|
||||
|
|
Loading…
Reference in a new issue