update visual editor to work with chezmoi
This commit is contained in:
parent
da0ee4888e
commit
2cd0e9e2a2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export PATH="$HOME/.yarn/bin:$HOME/.local/bin:$PATH"
|
||||
export EDITOR=nvim
|
||||
export VISUAL=code
|
||||
export VISUAL="code --wait"
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
Loading…
Reference in a new issue