From 80a9cc85cf07c6d625859fc83f81c835b3b2cd37 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sun, 16 Oct 2022 11:22:38 +0200 Subject: [PATCH] updated gem.fish config --- roles/fish/files/fish/desktop/conf.d/gem.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/fish/files/fish/desktop/conf.d/gem.fish b/roles/fish/files/fish/desktop/conf.d/gem.fish index 287a687..d83e535 100644 --- a/roles/fish/files/fish/desktop/conf.d/gem.fish +++ b/roles/fish/files/fish/desktop/conf.d/gem.fish @@ -1,2 +1,3 @@ set -x GEM_HOME "$HOME/.gems" set -x PATH "$HOME/.gems/bin:$PATH" +status --is-interactive; and rbenv init - fish | source