prompt changes

This commit is contained in:
2020-06-07 16:58:08 +02:00
parent 55b092bc40
commit c4e29b5de3
3 changed files with 32 additions and 11 deletions

View File

@ -1,5 +1,13 @@
# pyenv config
set -gx PYENV_ROOT $HOME/.pyenv
set -gx PATH $PYENV_ROOT/bin $PATH
status --is-interactive; and pyenv init - | source
status --is-interactive; and pyenv virtualenv-init - | source
# deno config
set -Ux DENO_INSTALL /home/t31m/.deno
set -Ux PATH $DENO_INSTALL/bin $PATH
# pipx
if test (command -v pipx)
register-python-argcomplete --shell fish pipx | .
end
# pyenv init
if command -v pyenv 1>/dev/null 2>&1
pyenv init - | source
end