From 3fd8197d5951372c239dd51a6bb06ed021d37f0a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 21 Jul 2019 10:11:00 +0200 Subject: [PATCH] remote ntfy support --- home/.bashrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/home/.bashrc b/home/.bashrc index 5e212b0..4b147db 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -23,14 +23,6 @@ HISTFILESIZE=99999999 # make less more friendly for non-text input files, see lesspipe(1) if [ -x /usr/bin/lesspipe ]; then eval "$(lesspipe)"; fi -# ntfy -export AUTO_NTFY_DONE_LONGER_THAN=-L10 -export AUTO_NTFY_DONE_UNFOCUSED_ONLY=-b -if [ -f /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ntfy/shell_integration/bash-preexec.sh ]; then - source /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ntfy/shell_integration/bash-preexec.sh - source /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ntfy/shell_integration/auto-ntfy-done.sh -fi - # Homeshick source ~/.homesick/repos/homeshick/homeshick.sh source ~/.homesick/repos/homeshick/completions/homeshick-completion.bash