mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 23:19:41 +00:00
add(nix): nixify fish config
This commit is contained in:
parent
7ae5a3ca1e
commit
f97e3f8be8
3 changed files with 109 additions and 3 deletions
6
nix/home/common/fish/interactiveShellInit.fish
Normal file
6
nix/home/common/fish/interactiveShellInit.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# vi cursor style
|
||||
fish_vi_key_bindings
|
||||
set fish_cursor_default block
|
||||
set fish_cursor_insert line
|
||||
set fish_cursor_replace_one underscore
|
||||
set fish_cursor_visual block
|
||||
Loading…
Add table
Add a link
Reference in a new issue