flocon/zsh/.profile

5 lines
111 B
Text
Raw Normal View History

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