mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Update comments and readme for vi mode.
This commit is contained in:
parent
d48d368ef8
commit
ad41beee1b
@ -33,6 +33,8 @@ This theme is based loosely on [agnoster][agnoster].
|
||||
* Previous command failed (`!`)
|
||||
* Background jobs (`%`)
|
||||
* You currently have superpowers (`$`)
|
||||
* Current vi mode
|
||||
* _You'll need to `set -g theme_display_vi yes` to enable_
|
||||
* `User@Host` (unless you're the default user)
|
||||
* Current RVM or rbenv (Ruby) version
|
||||
* Current virtualenv (Python) version
|
||||
@ -63,6 +65,8 @@ set -g theme_display_hg yes
|
||||
set -g theme_display_virtualenv no
|
||||
set -g theme_display_ruby no
|
||||
set -g theme_display_user yes
|
||||
set -g theme_display_vi yes
|
||||
set -g theme_display_vi_hide_mode default
|
||||
set -g theme_title_display_process yes
|
||||
set -g theme_title_display_path no
|
||||
set -g theme_title_use_abbreviated_path no
|
||||
|
@ -19,11 +19,8 @@
|
||||
# set -g theme_display_virtualenv no
|
||||
# set -g theme_display_ruby no
|
||||
# set -g theme_display_user yes
|
||||
# set -g theme_display_vi no
|
||||
# set -g theme_display_vi yes
|
||||
# set -g theme_display_vi_hide_mode default
|
||||
# set -g theme_title_display_process yes
|
||||
# set -g theme_title_display_path no
|
||||
# set -g theme_date_format "+%a %H:%M"
|
||||
# set -g theme_avoid_ambiguous_glyphs yes
|
||||
# set -g default_user your_normal_user
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# You can override some default title options in your config.fish:
|
||||
# set -g theme_date_format "+%a %H:%M"
|
||||
|
||||
function fish_right_prompt -d 'bobthefish is all about the right prompt'
|
||||
set_color $fish_color_autosuggestion[1]
|
||||
set -q theme_date_format; or set -l theme_date_format "+%c"
|
||||
|
Loading…
Reference in New Issue
Block a user