aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-09 23:16:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-09 23:16:09 +1200
commit7f5a382eef0f6baf7cd86f96074f2517e479e869 (patch)
tree3dc85875874debe4d71f45b8c68347206710e79c /bash/bashrc.d
parentRemove ancient IRC quote (diff)
downloaddotfiles-7f5a382eef0f6baf7cd86f96074f2517e479e869.tar.gz
dotfiles-7f5a382eef0f6baf7cd86f96074f2517e479e869.zip
Switch from prompt image to plain text
More compatible, want to display this in Cgit as well
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index 3eed8b24..eee81d95 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -21,8 +21,8 @@ prompt() {
# Set up prompt, including optional PROMPT_PREFIX and PROMPT_SUFFIX
# variables
PS1='[\u@\h:\w]'
- PS1=$PS1'$(prompt job)'
PS1=$PS1'$(prompt vcs)'
+ PS1=$PS1'$(prompt job)'
PS1=$PS1'$(prompt ret)'
PS1='${PROMPT_PREFIX}'$PS1
PS1=$PS1'${PROMPT_SUFFIX}'