diff --git a/dot_profile b/dot_profile index 217fedd..3dc7ef3 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=emacs +export VISUAL=code export QT_QPA_PLATFORMTHEME=qt5ct . "$HOME/.cargo/env"