Add Rust config

This commit is contained in:
2023-03-20 21:45:55 +00:00
parent 5cd0a5aa39
commit 6a8a6b879d

View File

@@ -23,6 +23,11 @@ if [ -z ${GOROOT+x} ] && [ -d /usr/local/go ]; then
export PATH=$PATH:$GOROOT/bin:$HOME/go/bin
fi
# Rust stuff
if [ -f $HOME/.cargo/env ]; then
source $HOME/.cargo/env
fi
# https://github.com/oz/tz
if [ -f $HOME/go/bin/tz ]; then
export TZ_LIST="America/New_York,America/Los_Angeles,Europe/Paris"