disable direnv, only use rtx

This commit is contained in:
Gabriel Augendre 2023-08-19 10:55:57 +02:00
parent 914f0e2db5
commit 84cd9d27ce
2 changed files with 3 additions and 1 deletions

View file

@ -51,5 +51,5 @@ test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shel
set -gx EDITOR vim
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
direnv hook fish | source
rtx activate fish | source
test -e {$HOME}/.config/fish/ovh.fish; and source {$HOME}/.config/fish/ovh.fish

View file

@ -1,6 +1,8 @@
export PATH=$PATH:~/bin
export LC_ALL=fr_FR.UTF-8
eval "$(~/bin/rtx activate bash)"
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin:$HOME/Projects/golang/bin"