mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Make friendly to set -u
This commit is contained in:
parent
9c755511f0
commit
5c1cf2feea
8 changed files with 18 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
if [[ "$ENABLE_CORRECTION" == "true" ]]; then
|
||||
if [[ "${ENABLE_CORRECTION:-}" == "true" ]]; then
|
||||
alias ebuild='nocorrect ebuild'
|
||||
alias gist='nocorrect gist'
|
||||
alias heroku='nocorrect heroku'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue