1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

feat(directories): add config to skip aliases (#11469)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
Hazael Sanchez
2023-02-02 02:30:34 -08:00
committed by GitHub
parent b256c12d2e
commit ea4854dba3
2 changed files with 12 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ setopt auto_pushd
setopt pushd_ignore_dups
setopt pushdminus
zstyle -T ':omz:directories' aliases || return
alias -g ...='../..'
alias -g ....='../../..'
alias -g .....='../../../..'