From 002ccf4f1fbc1caed31d72acba181e61e9a23f2d Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sun, 9 Jun 2024 15:20:40 +0200 Subject: [PATCH] update visual editor --- dot_profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_profile b/dot_profile index a6f66a6..9aa816b 100644 --- a/dot_profile +++ b/dot_profile @@ -1,5 +1,3 @@ -export PATH="$HOME/.bun/bin:$HOME/.local/bin:$PATH" export EDITOR=nvim -export VISUAL="code --wait" -export QT_QPA_PLATFORMTHEME=qt5ct +export VISUAL="codium --wait" . "$HOME/.cargo/env"