mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
fix: allow running with nounset option
This commit is contained in:
parent
e42ac8c57b
commit
1902a0544c
8 changed files with 15 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
if [[ "$ENABLE_CORRECTION" == "true" ]]; then
|
||||
if [[ "${ENABLE_CORRECTION:-}" == "true" ]]; then
|
||||
alias cp='nocorrect cp'
|
||||
alias man='nocorrect man'
|
||||
alias mkdir='nocorrect mkdir'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue