mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 06:46:32 +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
|
function fish_right_prompt
|
||||||
# Set prompt showing full force instance or virtualenv names
|
# 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
|
set_color normal
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user