update the prompt lol
This commit is contained in:
parent
1d2baa4784
commit
ee0873e279
1 changed files with 4 additions and 1 deletions
|
|
@ -93,4 +93,7 @@ if [ -f /opt/local/etc/bash_completion.d/git ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# configure my multi-line prompt
|
# configure my multi-line prompt
|
||||||
export PS1="\n$BLACK[ \u@$RED\h $GREEN\w$RED$(parse_git_branch)$BLACK]\n> "
|
prompt_func() {
|
||||||
|
PS1="\n$BLACK[ \u@$RED\h $GREEN\w$RED$(parse_git_branch)$BLACK]\n> "
|
||||||
|
}
|
||||||
|
PROMPT_COMMAND=prompt_func
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue