From 5a9f9921ff588117c264ca7a3cda23900751feb7 Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Wed, 29 Dec 2021 00:49:23 -0500 Subject: some updates for new mail domain, editor changes, $PATH --- .config/fish/config.fish | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/fish') 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 -- cgit 1.4.1