diff options
-rw-r--r-- | SUBSTS | 3 | ||||
-rwxr-xr-x | bin/run-mailcheck | 2 | ||||
-rwxr-xr-x | dm | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -45,3 +45,6 @@ MUTT_10_SCORE \\"(eve@foo.org)\\" # redshift mode to use (xrandr or vidmode) REDSHIFT_MODE vidmode + +# Grep path +GREP_PATH /bin/grep diff --git a/bin/run-mailcheck b/bin/run-mailcheck index 9859570..13798d4 100755 --- a/bin/run-mailcheck +++ b/bin/run-mailcheck @@ -1,4 +1,4 @@ -#!/bin/sh +#!ZSH_PATH MAIL=`mailcheck` GMAIL=`echo $MAIL | /bin/grep -v QueensU` QUEENSU=`echo $MAIL | /bin/grep QueensU` @@ -18,6 +18,7 @@ LOCAL_FILES = \ .xmonad/xmonad.hs \ .zsh/func/prompt_wunjo_setup \ .zshrc \ + bin/run-mailcheck # Files that are system independent. # IMPORTANT: directories must have trailing slash @@ -74,6 +75,7 @@ VARS_.xinitrc = SCREENLAYOUT VARS_.xmonad/xmonad.hs = XMONAD_DZEN_W XMONAD_DZEN_X XMONAD_DZEN_Y VARS_.zsh/func/prompt_wunjo_setup = ZSH_HOST_COLOUR VARS_.zshrc = LOCALE SUBSTS_RM SUBSTS_LS MSMTP_PATH +VARS_bin/run-mailcheck = ZSH_PATH GREP_PATH all: clean build |