mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 04:16:30 +00:00
Make right prompt less bold
This commit is contained in:
parent
ca9a2151f6
commit
3f0658bba5
@ -25,6 +25,6 @@ end
|
||||
|
||||
function fish_right_prompt
|
||||
# Set prompt showing full force instance or virtualenv names
|
||||
echo -n (set_color -o green) (_force_target_name) (_virtual_env_name) (_right_prompt_aux)
|
||||
echo -n (set_color green) (_force_target_name) (_virtual_env_name) (_right_prompt_aux)
|
||||
set_color normal
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user