flocon/zsh/.profile

5 lines
128 B
Text
Raw Normal View History

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