diff options
-rw-r--r-- | bashrc/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh index 8ba2e72..3da1b0b 100644 --- a/bashrc/main.sh +++ b/bashrc/main.sh @@ -120,7 +120,7 @@ _load() { } # update first -[[ $- != *i* ]] && _self_update +[[ $- == *i* ]] && _self_update _load common '*' |