mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(lib): fix return code after expected non-zero exit code (#11524)
Fixes #11524
This commit is contained in:
parent
bd9c216fe0
commit
5cb943eea4
2 changed files with 2 additions and 2 deletions
|
|
@ -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 ....='../../..'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue