From 69181985a9225609add64e587fc7ad06a8a8bd54 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Tue, 26 May 2020 14:48:46 -0700 Subject: [PATCH] Update dracula.sh missing space on right hand side --- scripts/dracula.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dracula.sh b/scripts/dracula.sh index 963fc13..0685c77 100755 --- a/scripts/dracula.sh +++ b/scripts/dracula.sh @@ -40,9 +40,9 @@ main() case $show_left_icon in smiley) - left_icon="☺";; + left_icon="☺ ";; session) - left_icon="#W";; + left_icon="#W ";; *) left_icon=$show_left_icon;; esac