flocon/dot_profile

6 lines
155 B
Text
Raw Normal View History

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