fish: set neovim as the default editor
This commit is contained in:
parent
d2eb9703ae
commit
4554978bb0
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ if status is-interactive
|
||||||
set pure_enable_single_line_prompt true
|
set pure_enable_single_line_prompt true
|
||||||
set HOMEBREW_AUTO_UPDATE_SECS 86400
|
set HOMEBREW_AUTO_UPDATE_SECS 86400
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
|
|
||||||
|
# environment variables
|
||||||
|
set -gx EDITOR nvim
|
||||||
|
|
||||||
# xdg variables
|
# xdg variables
|
||||||
set -gx XDG_CONFIG_HOME "$HOME/.config" # config
|
set -gx XDG_CONFIG_HOME "$HOME/.config" # config
|
||||||
set -gx XDG_CACHE_HOME "$HOME/.cache" # cache
|
set -gx XDG_CACHE_HOME "$HOME/.cache" # cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue