mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-13 02:03:59 +01:00
set editor to nvim
This commit is contained in:
parent
dab4993a77
commit
52f89e1429
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ set -gx MISE_PYTHON_VENV_AUTO_CREATE true
|
|||
|
||||
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
|
||||
|
||||
set -gx EDITOR vim
|
||||
set -gx EDITOR nvim
|
||||
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
||||
|
||||
mise activate fish | source
|
||||
|
|
Loading…
Reference in a new issue