From ccc57b25f65eff7e22e044c97760f2e399fc98a7 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Thu, 9 Feb 2017 02:28:07 +0100 Subject: [PATCH] finallycd config no fucking space --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 8073c38..e324c1a 100644 --- a/bashrc +++ b/bashrc @@ -66,7 +66,7 @@ unset color_prompt force_color_prompt # If this is an xterm set the title to user@host:dir case "$TERM" in xterm*|rxvt*) - PS1='${debian_chroot:+($debian_chroot)}\[\033[38;5;34m\]-\[\033[38;5;35m\]=\[\033[38;5;36m\]<\[\033[38;5;37m\]y\[\033[38;5;38m\]b\[\033[38;5;39m\]4\[\033[38;5;38m\]f\[\033[38;5;37m\]3\[\033[38;5;36m\]1\[\033[38;5;34m\]0\w/\[\033[38;5;39m\]$(__git_ps1)' + PS1='${debian_chroot:+($debian_chroot)}\[\033[38;5;34m\]-\[\033[38;5;35m\]=\[\033[38;5;36m\]<\[\033[38;5;37m\]y\[\033[38;5;38m\]b\[\033[38;5;39m\]4\[\033[38;5;38m\]f\[\033[38;5;37m\]3\[\033[38;5;36m\]1\[\033[38;5;34m\]0\w/\[\033[38;5;36m\]$(__git_ps1 "(%s)")\[\033[38;5;38m\]' ;; *) ;;