From da57077df3eef0f18bc16c721b56846b15992ee9 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Wed, 6 Mar 2024 11:55:15 +0200 Subject: [PATCH] fix clone --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bd663a..ae893dd 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ tmux: ln -s ~/Git/dotfiles/tmux/themes ~/.tmux/themes bash_git_prompt: - git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1 + -git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1 -rm ~/.git-prompt-colors ln -s ~/Git/dotfiles/git/.git-prompt-colors.sh ~