mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add rust related setup
This commit is contained in:
@@ -40,6 +40,7 @@ source "$DOTSHELL/tmux.sh"
|
|||||||
source "$DOTSHELL/nodejs.sh"
|
source "$DOTSHELL/nodejs.sh"
|
||||||
source "$DOTSHELL/python.sh"
|
source "$DOTSHELL/python.sh"
|
||||||
source "$DOTSHELL/ruby.sh"
|
source "$DOTSHELL/ruby.sh"
|
||||||
|
source "$DOTSHELL/rust.sh"
|
||||||
source "$DOTSHELL/golang.sh"
|
source "$DOTSHELL/golang.sh"
|
||||||
source "$DOTSHELL/docker.sh"
|
source "$DOTSHELL/docker.sh"
|
||||||
source "$DOTSHELL/google-cloud.sh"
|
source "$DOTSHELL/google-cloud.sh"
|
||||||
|
|||||||
8
shell/rust.sh
Normal file
8
shell/rust.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#
|
||||||
|
# Rust environment setup.
|
||||||
|
#
|
||||||
|
|
||||||
|
# Rustup
|
||||||
|
if [ -d "$HOME/.cargo/bin" ]; then
|
||||||
|
path_prepend "$HOME/.cargo/bin"
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user