mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
lib/directories: remove the useless . alias
This commit is contained in:
parent
fee5b95415
commit
0503e60d9a
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ setopt auto_pushd
|
||||||
setopt pushd_ignore_dups
|
setopt pushd_ignore_dups
|
||||||
|
|
||||||
alias -- -='cd -'
|
alias -- -='cd -'
|
||||||
alias .='pwd'
|
|
||||||
alias ..='cd ..'
|
alias ..='cd ..'
|
||||||
alias ...='cd ../..'
|
alias ...='cd ../..'
|
||||||
alias ....='cd ../../..'
|
alias ....='cd ../../..'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue