From 67e8f477a1f02195228732a643d5dfce8e21caa7 Mon Sep 17 00:00:00 2001 From: Kane York Date: Thu, 3 Sep 2020 14:42:24 -0700 Subject: fix(u/riking/dotfiles): source rbenv config correctly Change-Id: I1cf3dfc2d1edd2cb97ca432de5eb03c434b566e3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1929 Reviewed-by: kanepyork Tested-by: BuildkiteCI --- users/riking/dotfiles/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') diff --git a/users/riking/dotfiles/fish/config.fish b/users/riking/dotfiles/fish/config.fish index 1867d4f4cf..c2454762bd 100644 --- a/users/riking/dotfiles/fish/config.fish +++ b/users/riking/dotfiles/fish/config.fish @@ -3,6 +3,6 @@ set -gx GPG_TTY (tty) set -gx DEPOT_ROOT "$GOPATH/src/code.tvl.fyi" set -gx PATH '/usr/local/go/bin' "$HOME/.cargo/bin" "$HOME/.rbenv/bin" $PATH -eval (rbenv init -) +status --is-interactive; and rbenv init - | source source ~/.opsrc.fish # work set -gx PATH "$HOME/go/bin" $PATH -- cgit 1.4.1