flocon/dot_profile

6 lines
154 B
Text
Raw Normal View History

2023-09-26 09:19:41 +00:00
export PATH="$HOME/.bun/bin:$HOME/.local/bin:$PATH"
2023-09-20 16:16:15 +00:00
export EDITOR=nvim
export VISUAL="code --wait"
2023-09-20 16:16:15 +00:00
export QT_QPA_PLATFORMTHEME=qt5ct
. "$HOME/.cargo/env"