update path, comment format, add java, firebase

This commit is contained in:
Andrejus
2020-03-30 22:02:56 +01:00
parent aa3d363ae6
commit 9ee05c94cf
17 changed files with 97 additions and 54 deletions

View File

@@ -22,8 +22,12 @@ 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
set NVM_ROOT $HOME/.nvm
set -x PATH $NVM_ROOT/bin $PATH
# yarn
set YARN_DIR $HOME/.yarn
set -x PATH $YARN_DIR/bin $PATH
# ---------------------------------------------------------------------------- #
# Fish specific