oh-my-fish/themes/simplevi/fish_prompt.fish
2014-01-10 03:56:35 -02:00

5 lines
201 B
Fish

# 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