mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-14 02:33:58 +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
|
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
|
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
||||||
|
|
||||||
mise activate fish | source
|
mise activate fish | source
|
||||||
|
|
Loading…
Reference in a new issue