Skip to content

Commit

Permalink
This probably doesn't need to be exported?
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed Mar 5, 2022
1 parent a2a6a0f commit fbde956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/bashrc
Expand Up @@ -89,7 +89,7 @@ done
if [ -n "$GIT_PROMPT" ]; then
. $GIT_PROMPT
GITPS1='$(__git_ps1 ":%s")'
export PS1="\[${BOLD}${GREEN}\]${debian_chroot:+($debian_chroot)}\u@\h:\[${BLUE}\]\w\[${RS}${BOLD}${YELLOW}\]${GITPS1}\[${RS}\]\\$ "
PS1="\[${BOLD}${GREEN}\]${debian_chroot:+($debian_chroot)}\u@\h:\[${BLUE}\]\w\[${RS}${BOLD}${YELLOW}\]${GITPS1}\[${RS}\]\\$ "
fi

# If this is an xterm set the title to user@host:dir
Expand Down

0 comments on commit fbde956

Please sign in to comment.