Files
dotfiles/fish/config.fish
2020-05-31 15:01:47 +01:00

13 lines
528 B
Fish

# ---------------------------------------------------------------------------- #
# Cross-shell (only import if environment has been setup)
# ---------------------------------------------------------------------------- #
if test -e ~/.profile
bass source ~/.profile
bass source "$NVM_DIR/nvm.sh" --no-use ';' nvm use iojs
end
# ---------------------------------------------------------------------------- #
# Fish specific
# ---------------------------------------------------------------------------- #
set fish_greeting