From e79b628c13acff2cbefffdd37cda554981fba73c Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 2 Jun 2025 21:32:51 +0200 Subject: [PATCH] wip --- dotfiles.sh | 6 ------ 1 file changed, 6 deletions(-) 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?"