Fish/nvim config

This commit is contained in:
Andrejus
2020-05-31 15:01:47 +01:00
parent 850fe75370
commit 66c0c25fbd
10 changed files with 63 additions and 49 deletions

View File

@@ -1,37 +1,12 @@
# ---------------------------------------------------------------------------- #
# Cross-shell
# Cross-shell (only import if environment has been setup)
# ---------------------------------------------------------------------------- #
# # config
# set XDG_CONFIG_HOME $HOME/.config
# # workspace
# set WORKSPACE $HOME/workspace
# # .local
# set -x PATH $HOME/.local/bin $PATH
# # pyenv
# 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 POETRY_ROOT $HOME/.poetry
# set -x PATH $POETRY_ROOT/bin $PATH
# # nvm
# 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
if test -e ~/.profile
bass source ~/.profile
bass source "$NVM_DIR/nvm.sh" --no-use ';' nvm use iojs
end
# ---------------------------------------------------------------------------- #
# Fish specific
# ---------------------------------------------------------------------------- #
# Wipe greeting
set fish_greeting

View File

@@ -1,2 +1,2 @@
rafaelrinaldi/pure
jorgebucaran/fish-nvm
edc/bass