This commit is contained in:
Jonas Forsberg 2021-11-12 12:54:38 +01:00
parent 93a38129c0
commit 397ff450de
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -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