oh-my-fish/themes/will/fish_prompt.fish
William Rudenmalm 353db6aab5 add 'will' theme
2015-03-02 20:39:38 +01:00

11 lines
153 B
Fish

function fish_prompt
if test -n "$SSH_CONNECTION"
printf '%s ' $HOSTNAME
end
set_color red
printf "⊨"
set_color normal
printf " "
end