mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
Update path with rust toolchain
This commit is contained in:
parent
15c8eb52d0
commit
f9b2a74d86
4 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue