depot/third_party/tvl/users/riking/dotfiles/fish/config.fish

9 lines
285 B
Fish
Raw Normal View History

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
status --is-interactive; and rbenv init - | source
source ~/.opsrc.fish # work
set -gx PATH "$HOME/go/bin" $PATH