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
|
case $show_left_icon in
|
||||||
smiley)
|
smiley)
|
||||||
left_icon="☺";;
|
left_icon="☺ ";;
|
||||||
session)
|
session)
|
||||||
left_icon="#W";;
|
left_icon="#W ";;
|
||||||
*)
|
*)
|
||||||
left_icon=$show_left_icon;;
|
left_icon=$show_left_icon;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue