Add bass and change theme to l #fishshell

This commit is contained in:
Colin Powell
2018-12-12 10:23:28 -05:00
parent 012e82dc94
commit cd3f4b6e98
6 changed files with 172 additions and 44 deletions

View File

@ -1,15 +0,0 @@
function fish_mode_prompt
if test "$fish_key_bindings" = "fish_vi_key_bindings"
or test "$fish_key_bindings" = "fish_hybrid_key_bindings"
switch $fish_bind_mode
case default
prompt_segment blue black "N"
case insert
prompt_segment green black "I"
case replace_one
prompt_segment red black "R"
case visual
prompt_segment magenta black "V"
end
end
end