summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorDenis Chevalier <perso@denischevalier.fr>2026-08-06 22:44:49 +0200
committerDenis Chevalier <perso@denischevalier.fr>2026-08-06 22:50:46 +0200
commit83aa773ef77ade1f21e235f05abb1f4bdf13765a (patch)
treec4db8408f9bb751257d3a2d089e690fef9fb9507 /dotfiles
parent04d2907330ed1188b2e92e58f0568c32afcf6459 (diff)
downloadpostinstall-83aa773ef77ade1f21e235f05abb1f4bdf13765a.tar.gz
postinstall-83aa773ef77ade1f21e235f05abb1f4bdf13765a.tar.bz2
postinstall-83aa773ef77ade1f21e235f05abb1f4bdf13765a.zip
move .git-prompt.sh to .scripts
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/.bashrc2
-rw-r--r--dotfiles/.scripts/.git-prompt.sh (renamed from dotfiles/.git-prompt.sh)0
2 files changed, 1 insertions, 1 deletions
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=' > '
diff --git a/dotfiles/.git-prompt.sh b/dotfiles/.scripts/.git-prompt.sh
index 6186c47..6186c47 100644
--- a/dotfiles/.git-prompt.sh
+++ b/dotfiles/.scripts/.git-prompt.sh