aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_prompt
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-11 12:56:26 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-11 12:56:26 +0200
commita1b9a61a279d1e35e903ea8b06d9534d2d8f247a (patch)
tree814bbbdc3ff8c910b5c3febbce0bba7ff17c5b30 /.bash_prompt
parentb3c3107827c4c324776c9d1158754b38050a759f (diff)
downloaddotfiles-a1b9a61a279d1e35e903ea8b06d9534d2d8f247a.tar.gz
dotfiles-a1b9a61a279d1e35e903ea8b06d9534d2d8f247a.tar.bz2
dotfiles-a1b9a61a279d1e35e903ea8b06d9534d2d8f247a.zip
.bash_prompt: Tweak `$PS2`
Diffstat (limited to '.bash_prompt')
-rw-r--r--.bash_prompt3
1 files changed, 2 insertions, 1 deletions
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