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
On running long commands as effective user root (ex: sudo su -), with current fish and current macOS, an error in terminal-notifier prevents the command to terminate properly.
Note this isn't specific to done, but to terminal-notifier, ex:
On running long commands as effective user root (ex:
sudo su -
), with current fish and current macOS, an error interminal-notifier
prevents the command to terminate properly.Note this isn't specific to
done
, but toterminal-notifier
, ex:^^ won't return until I hit ⌃ C too.
Would you mind considering either:
done
, ex with~root/.config/fish/config.fish
:^^ this didn't do the trick
PS: on macOS, a quick way to figure out current logged in username is:
stat -f "%Su" /dev/console
or user id:stat -f "%u" /dev/console
.done
when effective user isn't a logged in user, i.e. when it doesn't make sense to stack notifications?Many thanks for
done
🙏The text was updated successfully, but these errors were encountered: