mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-14 10:12:28 +00:00
Add Rust config
This commit is contained in:
@@ -23,6 +23,11 @@ if [ -z ${GOROOT+x} ] && [ -d /usr/local/go ]; then
|
|||||||
export PATH=$PATH:$GOROOT/bin:$HOME/go/bin
|
export PATH=$PATH:$GOROOT/bin:$HOME/go/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Rust stuff
|
||||||
|
if [ -f $HOME/.cargo/env ]; then
|
||||||
|
source $HOME/.cargo/env
|
||||||
|
fi
|
||||||
|
|
||||||
# https://github.com/oz/tz
|
# https://github.com/oz/tz
|
||||||
if [ -f $HOME/go/bin/tz ]; then
|
if [ -f $HOME/go/bin/tz ]; then
|
||||||
export TZ_LIST="America/New_York,America/Los_Angeles,Europe/Paris"
|
export TZ_LIST="America/New_York,America/Los_Angeles,Europe/Paris"
|
||||||
|
|||||||
Reference in New Issue
Block a user