chore: cleanup + bugfixes

This commit is contained in:
--global
2020-10-10 10:10:52 +02:00
parent 06d7d7801d
commit cace53e9ea
6 changed files with 10 additions and 26 deletions

View File

@ -1,11 +1,5 @@
# 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
set -Ux PYENV_ROOT $HOME/.pyenv
set -Ux fish_user_paths $PYENV_ROOT/bin $fish_user_paths
# pyenv init
if command -v pyenv 1>/dev/null 2>&1