feat: enable zoxide on shell init ✨
This commit is contained in:
parent
971c1f997d
commit
bc66b138f7
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@
|
|||
# Set default editor
|
||||
set -gx EDITOR nvim
|
||||
set -gx VISUAL nvim
|
||||
|
||||
zoxide init fish | source
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue