From 3a586f187a9dd26c4fabdea28eb5aa41a9aa9899 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 11 Aug 2025 10:38:24 +0200 Subject: [PATCH] fix: formatting --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 7c1d1e7..27eca05 100644 --- a/.bashrc +++ b/.bashrc @@ -12,8 +12,8 @@ # wrapper for lazily loading __git_ps1 whenever it is actually needed _lazy_git_ps1() { if [[ -z $__GIT_PROMPT_SOURCED ]]; then - . /usr/share/bash-completion/completions/git &>/dev/null - . /usr/share/git/completion/git-prompt.sh &>/dev/null + . /usr/share/bash-completion/completions/git &>/dev/null + . /usr/share/git/completion/git-prompt.sh &>/dev/null if [ -d .git ] || git worktree list &>/dev/null; then export __GIT_PROMPT_SOURCED=1 __git_ps1 "$@"