This commit is contained in:
Marco Thomas
2021-03-03 15:54:56 +01:00
parent 7e4c400469
commit 873d36b678
4 changed files with 35 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ git_branch() {
HOST="\[\033[0;93m\]\h\[\033[m\]"
GIT="\[\033[1;91m\]\$(git_branch)\[\033[m\]"
ICON="\[\033[1;92m\]\[\033[m\]"
ICON="\[\033[1;92m\]λ\[\033[m\]"
DIR="\[\033[1;94m\]\w\[\033[m\]"
export PS1="${HOST} ${DIR}${GIT} ${ICON} "