Update dracula.sh
missing space on right hand side
This commit is contained in:
parent
e71b0d9e03
commit
69181985a9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue