1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-23 13:59:55 +00:00

Update dot_envvar.tmpl

This commit is contained in:
Thomas A. Christensen II 2022-06-14 12:32:49 -05:00
parent 98eda3571d
commit 90184e54cd
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -36,7 +36,7 @@ fi
# Add notification support for long-running processes # Add notification support for long-running processes
if [ $(command -v ntfy) ]; then if [ $(command -v ntfy) ]; then
eval "$(ntfy shell-integration --longer-than 30)" eval "$(ntfy shell-integration --longer-than 30)"
export AUTO_NTFY_DONE_IGNORE="vim nano emacs kate zshconfig screen tmux ssh top htop less more most nethogs 'singularity shell' julia man" export AUTO_NTFY_DONE_IGNORE="vim nano emacs kate zshconfig screen tmux ssh top htop less more most nethogs 'singularity shell' julia man glances"
fi fi
# Set the Nextflow enviroment caches # Set the Nextflow enviroment caches