mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Some prompt cleanup
This commit is contained in:
parent
69e58a2f68
commit
27f900076e
@ -909,9 +909,9 @@ function __bobthefish_prompt_golang -S -d 'Display current Go information'
|
||||
|
||||
if [ "$theme_display_go_actual" = "yes" ]
|
||||
if [ "$actual_go_version" = "0" ]
|
||||
echo -ns "(NA)"
|
||||
echo -ns "NA"
|
||||
else
|
||||
echo -ns "($actual_go_version)"
|
||||
echo -ns "$actual_go_version"
|
||||
end
|
||||
else
|
||||
echo -ns "$gomod_version" ' '
|
||||
|
Loading…
Reference in New Issue
Block a user