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:
parent
98eda3571d
commit
90184e54cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue