mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:16:34 +00:00
Clean PS1
This commit is contained in:
parent
ed3bcdf084
commit
4d54b5f61d
@ -52,7 +52,7 @@ GREEN="\[\033[0;32m\]"
|
||||
ENDCOLOR="\[\e[0m\]"
|
||||
|
||||
# New prompt format
|
||||
PS1="\h \W$YELLOW\$(parse_git_branch)$ENDCOLOR$GREEN\$(parse_atf_target)$ENDCOLOR$GREEN\$(parse_force_target)$ENDCOLOR\$ "
|
||||
PS1="\h \W$YELLOW\$(parse_git_branch)$ENDCOLOR$GREEN\$(parse_atf_target)\$(parse_force_target)$ENDCOLOR\$ "
|
||||
|
||||
# Prompt Title
|
||||
export PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/~}\007"'
|
||||
|
Loading…
Reference in New Issue
Block a user