oh-my-fish/themes/simplevi/fish_prompt.fish

5 lines
201 B
Fish
Raw Normal View History

2014-01-06 09:36:11 +08:00
# name: simplevi
function fish_prompt -d "Write out the prompt"
printf '%s@%s%s%s%s [%s]> ' (whoami) (hostname|cut -d . -f 1) (set_color $fish_color_cwd) (prompt_pwd) (set_color normal) $vi_mode
end