mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
disable direnv, only use rtx
This commit is contained in:
parent
914f0e2db5
commit
84cd9d27ce
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue