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