-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zsh support #12
Comments
Just want to note that there is a solution for zsh in this project: https://github.com/ihashacks/notifyosd.zsh |
Am I missing something? I added the following to my .zshrc, and source /usr/share/undistract-me/long-running.bash;notify_when_long_running_commands_finish_install |
Hi!
The idea is install and forget like it's possible with Bash. I installed
the package from Ubuntu and started to work, but there is no plug and play
option on Zsh.
Marcos Alano
Linux System Administrator
marcoshalano@gmail.com
…On Fri, Feb 8, 2019, 16:05 Philipp A. ***@***.*** wrote:
Am I missing something? I added the following to my .zshrc, and sleep 11
gave me a notification. So it seems to work already.
source /usr/share/undistract-me/long-running.bash;notify_when_long_running_commands_finish_install
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFvvRwCjmPlp3Qxi6ILWkpccjn_R_r3uks5vLbyGgaJpZM4AilNg>
.
|
I see! so the autoactivation part is what isn’t working yet for zsh. |
I'm running into the following with zsh (after adding
|
Just to follow up on this... If you replace |
If you are like me just switched into zsh and ran into this, as matawed said, for now |
I made a fork-of-a-fork of undistract-me for zsh that can be installed with zplug: https://github.com/sztomi/undistract-me-zsh |
Lots of people want undistract-me to work in zsh.
I'm not 100% convinced that it's a great idea to bundle such support together with the bash code, but not fully convinced the other way either. Leaving this ticket open as a way of documenting the facnt.
The text was updated successfully, but these errors were encountered: