mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-14 19:30:42 +01:00
fix(lib): fix return code after expected non-zero exit code (#11524)
Fixes #11524
This commit is contained in:
@@ -8,7 +8,7 @@ setopt pushdminus
|
||||
# to your `zshrc` before loading `oh-my-zsh.sh`
|
||||
# to disable the following aliases and functions
|
||||
|
||||
zstyle -T ':omz:directories' aliases || return
|
||||
zstyle -T ':omz:directories' aliases || return 0
|
||||
|
||||
alias -g ...='../..'
|
||||
alias -g ....='../../..'
|
||||
|
||||
Reference in New Issue
Block a user