Configuration environment Rust
This commit is contained in:
5
.profile
5
.profile
@@ -1,5 +1,6 @@
|
|||||||
# Fig pre block. Keep at the top of this file.
|
# Fig pre block. Keep at the top of this file.
|
||||||
[[ -f "$HOME/.fig/shell/profile.pre.bash" ]] && builtin source "$HOME/.fig/shell/profile.pre.bash"
|
[[ -f "$HOME/.fig/shell/profile.pre.bash" ]] && builtin source "$HOME/.fig/shell/profile.pre.bash"
|
||||||
|
|
||||||
# Load profiles from /etc/profile.d
|
# Load profiles from /etc/profile.d
|
||||||
if test -d $HOME/.profile.d/; then
|
if test -d $HOME/.profile.d/; then
|
||||||
for profile in $HOME/.profile.d/*.sh; do
|
for profile in $HOME/.profile.d/*.sh; do
|
||||||
@@ -7,9 +8,7 @@ if test -d $HOME/.profile.d/; then
|
|||||||
done
|
done
|
||||||
unset profile
|
unset profile
|
||||||
fi
|
fi
|
||||||
<<<<<<< Updated upstream
|
|
||||||
=======
|
|
||||||
|
|
||||||
# Fig post block. Keep at the bottom of this file.
|
# Fig post block. Keep at the bottom of this file.
|
||||||
[[ -f "$HOME/.fig/shell/profile.post.bash" ]] && builtin source "$HOME/.fig/shell/profile.post.bash"
|
[[ -f "$HOME/.fig/shell/profile.post.bash" ]] && builtin source "$HOME/.fig/shell/profile.post.bash"
|
||||||
>>>>>>> Stashed changes
|
. "$HOME/.cargo/env"
|
||||||
|
|||||||
@@ -16,3 +16,4 @@ unset appendpath
|
|||||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||||
export SDKMAN_DIR="$HOME/.sdkman"
|
export SDKMAN_DIR="$HOME/.sdkman"
|
||||||
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|||||||
@@ -93,10 +93,12 @@ plugins=(
|
|||||||
minikube
|
minikube
|
||||||
mvn
|
mvn
|
||||||
pep8
|
pep8
|
||||||
|
poetry
|
||||||
pip
|
pip
|
||||||
profiles
|
profiles
|
||||||
pylint
|
pylint
|
||||||
python
|
python
|
||||||
|
rustup
|
||||||
themes
|
themes
|
||||||
tmux
|
tmux
|
||||||
web-search
|
web-search
|
||||||
|
|||||||
Reference in New Issue
Block a user