flocon/environment/.profile

6 lines
147 B
Text
Raw Normal View History

2023-06-08 09:43:43 +00:00
export PATH="$HOME/.yarn/bin:$HOME/.local/bin:$PATH"
2023-06-21 07:59:05 +00:00
export EDITOR=nvim
export VISUAL=emacs
export QT_QPA_PLATFORMTHEME=qt5ct
2023-06-02 11:14:36 +00:00
. "$HOME/.cargo/env"