From 9da2da187716e432c5df09beaecf5b8401ba3e01 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 6 Mar 2017 14:14:43 +0100 Subject: [PATCH] notify function is useless --- zsh/functions.zsh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 4ce2e62..4883fd0 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -49,15 +49,6 @@ wallpaper() { esac } -# Notify to awesome -notify() { - if [ $# -lt 2 ]; then - notify-send "$1" - elif [ $# -lt 3 ]; then - notify-send "$1" "$2" - fi -} - ### Others ### # colors for the man pages man() {