diff --git a/scripts/fish/prompt b/scripts/fish/prompt index e5423ed..0177ef2 100644 --- a/scripts/fish/prompt +++ b/scripts/fish/prompt @@ -1,11 +1,15 @@ # vim: syntax=fish: function fish_prompt - echo (set_color c792ea)"$hostname% "(set_color normal) + echo -n (set_color 70a9ff)(date +%H:%M:%S) + echo -n (set_color normal)@ + echo -n (set_color c792ea)$hostname + echo (set_color normal)"% " end function fish_right_prompt - echo (set_color c3e88d)(pwd)(set_color normal) + echo -n (set_color c3e88d)(pwd) + echo (set_color normal) end function fish_greeting