mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 01:01:43 +08:00
[split] Move simplevi theme to oh-my-fish/theme-simplevi
https://github.com/oh-my-fish/theme-simplevi
This commit is contained in:
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…
Reference in New Issue
Block a user