add(starship): fish vim bindings styling

This commit is contained in:
Léana 江 2023-04-01 13:34:04 +02:00
parent 877477eedc
commit 77007e111c
3 changed files with 12 additions and 3 deletions

View file

@ -17,6 +17,10 @@ if status is-interactive
# fd theme
set -gx LS_COLORS (vivid -m 24-bit generate one-light)
# enable fish vi bindings explicitly
fish_vi_key_bindings
# tools
starship init fish | source
zoxide init fish --hook="prompt" | source
end