13 lines
528 B
Fish
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
|