From 47b4cfcc640102e68a08e68530aa45aa28418c29 Mon Sep 17 00:00:00 2001 From: qhga Date: Wed, 27 Jul 2022 02:10:41 +0200 Subject: [PATCH] fix: missing space --- fresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fresh.sh b/fresh.sh index 8c8a77c..bf92e92 100755 --- a/fresh.sh +++ b/fresh.sh @@ -288,7 +288,7 @@ alias ll='ls -alSFhv' [ -f /etc/bash_completion ] && ! shopt -oq posix && . /etc/bash_completion # PS1 config -export PS1="\[$(tput bold)\]\[\033[38;5;1m\]ROOT\[$(tput sgr0)\]@\w\n->\[$(tput sgr0)\]" +export PS1="\[$(tput bold)\]\[\033[38;5;1m\]ROOT\[$(tput sgr0)\]@\w\n->\[$(tput sgr0)\] " EOF } # ACTUAL ROUTINE