From 84cd9d27ce0573503061be35a7f0d0fa512197ef Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 19 Aug 2023 10:55:57 +0200 Subject: [PATCH] disable direnv, only use rtx --- dot_config/fish/private_config.fish.tmpl | 2 +- private_dot_bashrc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index 01f049a..173aafd 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -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 diff --git a/private_dot_bashrc b/private_dot_bashrc index 246c387..4fccc1e 100644 --- a/private_dot_bashrc +++ b/private_dot_bashrc @@ -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"