mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(starship): fish vim bindings styling
This commit is contained in:
parent
877477eedc
commit
77007e111c
3 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue