remote ntfy support

This commit is contained in:
Steffen Vogel 2019-07-21 10:11:00 +02:00
parent 4387b70a31
commit 3fd8197d59

View file

@ -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