From 7f5a382eef0f6baf7cd86f96074f2517e479e869 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 9 Jun 2016 23:16:09 +1200 Subject: Switch from prompt image to plain text More compatible, want to display this in Cgit as well --- bash/bashrc.d/prompt.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') 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}' -- cgit v1.2.3