Early exit in non-interactive mode.

This commit is contained in:
Mikaël Capelle 2020-11-19 14:20:16 +01:00
parent 0de671ead7
commit b954df720f
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Fish configuration file
if ! status --is-interactive
exit
end
if test -e /etc/profile
and type -q bass
bass source /etc/profile