Early exit in non-interactive mode.
This commit is contained in:
parent
0de671ead7
commit
b954df720f
@ -1,5 +1,9 @@
|
|||||||
# Fish configuration file
|
# Fish configuration file
|
||||||
|
|
||||||
|
if ! status --is-interactive
|
||||||
|
exit
|
||||||
|
end
|
||||||
|
|
||||||
if test -e /etc/profile
|
if test -e /etc/profile
|
||||||
and type -q bass
|
and type -q bass
|
||||||
bass source /etc/profile
|
bass source /etc/profile
|
||||||
|
Loading…
Reference in New Issue
Block a user