[split] Move simplevi theme to oh-my-fish/theme-simplevi

https://github.com/oh-my-fish/theme-simplevi
pull/2/head
Justin Hileman 9 years ago
parent f6ce058635
commit 92c30c6571

@ -1,12 +0,0 @@
fish_prompt-simplevi
====================
The stock prompt with the vi indicator appended.
It is meant to be used with the `vi-mode` plugin.
Screenshots:
![normal mode](https://raw.github.com/syl20bnr/fish_prompt-simplevi/master/prompt_fish-simplevi-n.png)
![insert mode](https://raw.github.com/syl20bnr/fish_prompt-simplevi/master/prompt_fish-simplevi-i.png)

@ -1,4 +0,0 @@
# 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
Loading…
Cancel
Save