Bootstrap and install improvements

This commit is contained in:
Andrejus
2020-07-13 15:17:29 +01:00
parent 8689f00131
commit 45426817de
4 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# ---------------------------------------------------------------------------- #
# Cross-shell (only import if environment has been setup)
# ---------------------------------------------------------------------------- #
if test -e ~/.profile
if begin; test -e ~/.profile; and type -q bass; end
bass source ~/.profile
end