franciscolourenco / done

A fish-shell package to automatically receive notifications when long processes finish.
MIT License
766 stars 70 forks source link

Skip the config if not in interactive mode #112

Closed kidonng closed 2 years ago

kidonng commented 3 years ago

The title is self-explanatory, but I will elaborate a bit: this will speed up plugins making use of subshells, for example tide (prompt item functions run in subshell) and fzf.fish (fzf's preview run in subshell).

I'm not sure if this change will break some things potentially, but as far as I can tell, not likely.

franciscolourenco commented 2 years ago

Thank you @kidonng 👍