5 lines
147 B
Text
5 lines
147 B
Text
export PATH="$HOME/.yarn/bin:$HOME/.local/bin:$PATH"
|
|
export EDITOR=nvim
|
|
export VISUAL=emacs
|
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
|
. "$HOME/.cargo/env"
|