diff options
author | Benjamin Morrison <ben@gbmor.org> | 2021-12-29 00:49:23 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2021-12-29 00:49:23 -0500 |
commit | 5a9f9921ff588117c264ca7a3cda23900751feb7 (patch) | |
tree | 2200c89555cb15aaeb404546a59d2c7a1d87dca7 /.config/fish | |
parent | 80b74ae532619c9c3d6f0ae8666f1c1e3ef1acce (diff) | |
download | dogfiles-5a9f9921ff588117c264ca7a3cda23900751feb7.tar.gz |
some updates for new mail domain, editor changes, $PATH
Diffstat (limited to '.config/fish')
-rw-r--r-- | .config/fish/config.fish | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 2f8c7ef..61ea087 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -105,11 +105,17 @@ set -x PATH $HOME/.ghcup/bin $PATH set -x PATH /snap/bin $PATH set -x PATH $HOME/.gem/ruby/2.7.0/bin $PATH set -x PATH $DENO_INSTALL/bin $PATH +set -x PATH $HOME/.pyenv/bin $PATH +set -x PATH $HOME/.poetry/bin $PATH # hub, the github cli tool set -x HUB_CONFIG $HOME/.config/hub set -x HUB_PROTOCOL ssh +# pyenv +status is-login; and pyenv init --path | source +status is-interactive; and pyenv init - | source + # rust env #set -x RUST_SRC_PATH ~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library |