diff --git a/dotfiles.sh b/dotfiles.sh index 41a4adc..afd3286 100644 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -60,11 +60,7 @@ if [ -f "$HOME/.git-credentials" ]; then if grep -q -i 'git.k4li.de' "$HOME/.git-credentials"; then creds=true - else - creds=false fi - else - creds=false fi } @@ -79,9 +75,7 @@ if confirm "The path $path is already present! Do you want to move it now to $HOME/.bak?"