This commit is contained in:
Jonas Forsberg 2021-11-12 13:44:34 +01:00
parent 46b51d5017
commit 203e43863d
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -9,18 +9,18 @@ function bash_ps1 () {
local TODO=""
local STATUS=""
local COLOR_OFF='\033[0m'
local COLOR_DIVIDER='\033[0;32m'
local COLOR_OFF='\[\033[0m\]'
local COLOR_DIVIDER='\[\033[0;32m\]'
local COLOR_USERNAME='\[\e[34;1m\]'
local COLOR_USERHOSTAT='\[\e[34;1m\]'
local COLOR_HOSTNAME='\[\e[34;1m\]'
local COLOR_GITBRANCH='\[\e[33;1m\]'
local COLOR_VENV='\033[0;36m'
local COLOR_PATH='\033[0;37m'
local COLOR_EXIT_STATUS='[\033[1;37m\033[41m'
local COLOR_KUBERNETES='\033[1;37m\033[44m'
local COLOR_TODO='\033[1;30m\033[43m'
local COLOR_DOTF='\033[1;37m\033[45m'
local COLOR_VENV='\[\033[0;36m\]'
local COLOR_PATH='\[\033[0;37m\]'
local COLOR_EXIT_STATUS='\[\033[1;37m\]\[\033[41m\]'
local COLOR_KUBERNETES='\[\033[1;37m\]\[\033[44m\]'
local COLOR_TODO='\[\033[1;30m\]\[\033[43m\]'
local COLOR_DOTF='\[\033[1;37m\]\[\033[45m\]'
local CURRENT_CONTEXT=""