From 1d6048f38ac8656c74aaa0d5f7234f529dd2d22f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 13 Aug 2022 13:08:19 +0200 Subject: [PATCH] fix setup script --- .local/bin/setup_dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/setup_dotfiles.sh b/.local/bin/setup_dotfiles.sh index a0b7821..7646d0c 100755 --- a/.local/bin/setup_dotfiles.sh +++ b/.local/bin/setup_dotfiles.sh @@ -20,5 +20,5 @@ config config --local status.showUntrackedFiles no print -P "%F{12}Run%f" \ "%F{13}rm ${0} &&" \ - "${tmp_git_command} checkout &&" \ + "${tmp_git_command} checkout" \ "%F{12}to copy the files to your home directory.%f"