mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(fish): vi mode and starship theme
This commit is contained in:
parent
222a423161
commit
5fb1c7692e
2 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue