diff --git a/install.sh b/install.sh index bfbe11d..14a274e 100755 --- a/install.sh +++ b/install.sh @@ -87,7 +87,7 @@ prepare_config() fmt_note "preparing dotfiles configurations ..." local key value for i in "${DFS_CONFIGS[@]}"; do - if [[ $i =~ *=* ]]; then + if [[ "$i" == *"="* ]]; then key=${i%%=*} value=${i#*=} else