franciscolourenco / done

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

eval: command not found #76

Closed minzastro closed 4 years ago

minzastro commented 4 years ago

I have this error after the last FISH update (to 3.1). done version 1.14.3

~/.config/fish/conf.d/done.fish (line 126): 
                eval $__done_notification_command
                ^
in function “__done_ended”
    called on standard input

in event handler: handler for generic event “fish_prompt”
ammgws commented 4 years ago

Does $__done_notification_command evaluate to anything?

franciscolourenco commented 4 years ago

@minzastro what is the result of echo $__done_notification_command?

franciscolourenco commented 4 years ago

@minzastro at first sight this problem seems to specific to the command that you set in $__done_notification_command, so this issue will be closed if you don't provide more information.

minzastro commented 4 years ago

The problem was with the eval command itself. It disappeared after a reboot. Have no idea what it was, actually.