further cleanup

update docs and tests
This commit is contained in:
Andrejus
2020-03-03 00:05:41 +00:00
parent 1c7586139f
commit 638c907c06
17 changed files with 266 additions and 68 deletions

View File

@@ -1,3 +1,13 @@
# ---------------------------------------------------------------------------- #
# Cross-shell
# ---------------------------------------------------------------------------- #
# config
set XDG_CONFIG_HOME $HOME/.config
# workspace
set WORKSPACE $HOME/workspace
# .local
set -x PATH $HOME/.local/bin $PATH
@@ -5,10 +15,22 @@ set -x PATH $HOME/.local/bin $PATH
set PYENV_ROOT $HOME/.pyenv
set -x PATH $PYENV_ROOT/bin $PATH
set -x PATH $PYENV_ROOT/shims $PATH
type -q pyenv && pyenv init - | source
# poetry
set PYENV_ROOT $HOME/.pyenv
set -x PATH $PYENV_ROOT/bin $PATH
set POETRY_ROOT $HOME/.poetry
set -x PATH $POETRY_ROOT/bin $PATH
# nvm
# set NVM_ROOT $HOME/.nvm
# set -x PATH $NVM_ROOT/bin $PATH
#
#
# ---------------------------------------------------------------------------- #
# Fish specific
# ---------------------------------------------------------------------------- #
# Wipe greeting
set fish_greeting