Skip to content

Instantly share code, notes, and snippets.

@iflamed
Created September 20, 2015 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iflamed/9e4cfe71983aa8447416 to your computer and use it in GitHub Desktop.
Save iflamed/9e4cfe71983aa8447416 to your computer and use it in GitHub Desktop.
Gulp notify-send not found
# ssh 到服务器使用gulp watch 出现的notify 错误 可以使用环境变量关闭
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
export DISABLE_NOTIFIER=true
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment