You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using done for some time, I find maintaining __done_exclude unpleasant. It simply grows long. Mostly it's because I happen to spawn GUI apps from the terminal, and - for example - when my emacsclient -cn ends it's job after an hour or two, fish gladly notifies me.
So it would be nice if I could „add next exception without touching those already existing”. For example by sth like
set -Ua __done_exclude emacsclient
set -Ua __done_exclude '(scite|gedit)'
(result: all exceptions which were present, are still there, and I just added two more)
The text was updated successfully, but these errors were encountered:
After using done for some time, I find maintaining
__done_exclude
unpleasant. It simply grows long. Mostly it's because I happen to spawn GUI apps from the terminal, and - for example - when myemacsclient -cn
ends it's job after an hour or two, fish gladly notifies me.So it would be nice if I could „add next exception without touching those already existing”. For example by sth like
(result: all exceptions which were present, are still there, and I just added two more)
The text was updated successfully, but these errors were encountered: