diff --git a/dot_profile b/dot_profile index 3dc7ef3..3bb6bb9 100644 --- a/dot_profile +++ b/dot_profile @@ -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"