From 68cc9b82241a694aeb4f811e0232365247f78ded Mon Sep 17 00:00:00 2001 From: Kane York Date: Thu, 3 Sep 2020 14:28:15 -0700 Subject: feat(u/riking/dotfiles): port non-functions of bashrc to fish Change-Id: I5fff28f67fe721b7662c5931e3b1b2226644598a Reviewed-on: https://cl.tvl.fyi/c/depot/+/1928 Tested-by: BuildkiteCI Reviewed-by: kanepyork --- users/riking/dotfiles/fish/config.fish | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 users/riking/dotfiles/fish/config.fish (limited to 'users') diff --git a/users/riking/dotfiles/fish/config.fish b/users/riking/dotfiles/fish/config.fish new file mode 100644 index 000000000000..1867d4f4cf34 --- /dev/null +++ b/users/riking/dotfiles/fish/config.fish @@ -0,0 +1,8 @@ +set -gx GOPATH "$HOME/go" +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 -) +source ~/.opsrc.fish # work +set -gx PATH "$HOME/go/bin" $PATH -- cgit 1.4.1