don't load configuration when in not-interactive mode
This commit is contained in:
parent
79b4c0fe34
commit
d1f569acef
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
if not status --is-interactive
|
||||
exit
|
||||
end
|
||||
|
||||
# SSH
|
||||
fish_ssh_agent
|
||||
|
||||
|
|
Loading…
Reference in a new issue