From a1b9a61a279d1e35e903ea8b06d9534d2d8f247a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 11 Jul 2012 12:56:26 +0200 Subject: .bash_prompt: Tweak `$PS2` --- .bash_prompt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bash_prompt b/.bash_prompt index 662ae78..8e719c1 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -51,4 +51,5 @@ function parse_git_branch() { git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e "s/* \(.*\)/\1$(parse_git_dirty)/" } -PS1="\[${BOLD}${MAGENTA}\]\u \[$WHITE\]at \[$ORANGE\]\h \[$WHITE\]in \[$GREEN\]\w\[$WHITE\]\$([[ -n \$(git branch 2> /dev/null) ]] && echo \" on \")\[$PURPLE\]\$(parse_git_branch)\[$WHITE\]\n\$ \[$RESET\]" \ No newline at end of file +export PS1="\[${BOLD}${MAGENTA}\]\u \[$WHITE\]at \[$ORANGE\]\h \[$WHITE\]in \[$GREEN\]\w\[$WHITE\]\$([[ -n \$(git branch 2> /dev/null) ]] && echo \" on \")\[$PURPLE\]\$(parse_git_branch)\[$WHITE\]\n\$ \[$RESET\]" +export PS2="\[$ORANGE\]→ \[$RESET\]" \ No newline at end of file -- cgit v1.2.3