From 397ff450de3630f725598cd713659d824fbca8d2 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 12 Nov 2021 12:54:38 +0100 Subject: [PATCH] . --- .functions/ps1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.functions/ps1.sh b/.functions/ps1.sh index 5e9467a..d5257bc 100644 --- a/.functions/ps1.sh +++ b/.functions/ps1.sh @@ -1,5 +1,5 @@ #!/bin/bash -function set_bash_prompt () { +function bash_ps1 () { local LAST_EXIT_STATUS=$? local EXIT_STATUS="" local GIT_BRANCH="" @@ -57,4 +57,4 @@ function set_bash_prompt () { } -export PROMPT_COMMAND=set_bash_prompt +export PROMPT_COMMAND=bash_ps1