add(fish): vi mode and starship theme

This commit is contained in:
Léana 江 2023-05-23 22:55:37 +02:00 committed by Léana 江
parent 222a423161
commit 5fb1c7692e
2 changed files with 12 additions and 2 deletions

View file

@ -25,6 +25,12 @@ if status is-interactive
set -Ux CODEWARS_PATH ~/codewars
set -Ux ZEROJUDGE_PATH ~/zerojudge
# vi cursor style
set -gx fish_cursor_default block
set -gx fish_cursor_insert line
set -gx fish_cursor_replace_one underscore
set -gx fish_cursor_visual block
# gopath
set -gx GOPATH ~/.go