flocon/zsh/.profile

4 lines
77 B
Text
Raw Normal View History

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