Some prompt cleanup

pull/327/head
Sean Patrick Hagen 2 years ago
parent 69e58a2f68
commit 27f900076e
No known key found for this signature in database
GPG Key ID: 618FC6E1C001EE4F

@ -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…
Cancel
Save