From 83aa773ef77ade1f21e235f05abb1f4bdf13765a Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Thu, 6 Aug 2026 22:44:49 +0200 Subject: move .git-prompt.sh to .scripts --- dotfiles/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.bashrc') diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index b770827..5a4d6c1 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -65,7 +65,7 @@ GIT_PS1_SHOWCONFLICTSTATE=true GIT_PS1_SHOWCOLORHINTS=true -source ~/.git-prompt.sh +source ~/.scripts/.git-prompt.sh PROMPT_DIRTRIM=4 PS1='\e[0;33m\]\u@\h\e[m\] ∴ \e[0;34m\]\w\e[m\]$(__git_ps1)\n \$ \[\e]0;\a\]' PS2=' > ' -- cgit