Update path with rust toolchain

This commit is contained in:
Gabriel Augendre 2022-04-20 00:35:48 +02:00
parent 15c8eb52d0
commit f9b2a74d86
4 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
fish_add_path /opt/homebrew/bin $HOME/.local/bin
fish_add_path /opt/homebrew/bin $HOME/.local/bin $HOME/.cargo/bin
set -gx VIRTUAL_ENV_DISABLE_PROMPT 1
set -gx PYENV_ROOT ~/.pyenv
set -gx PIPENV_PYTHON ~/.pyenv/shims/python

View File

@ -2,3 +2,4 @@
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
. "$HOME/.cargo/env"

View File

@ -5,3 +5,4 @@ export LC_ALL=fr_FR.UTF-8
export PATH="$PATH:$HOME/.rvm/bin:$HOME/Projects/golang/bin"
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
. "$HOME/.cargo/env"

View File

@ -3,3 +3,4 @@
export PATH="$PATH:$HOME/.rvm/bin"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
. "$HOME/.cargo/env"