flocon/environment/.profile

6 lines
147 B
Text
Raw Normal View History

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