diff options
-rwxr-xr-x | sync-mail | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ if [[ $(uname) == "Darwin" ]]; then export PATH=/Users/$(whoami)/.local/bin:$PATH fi +if [[ $(uname) == "Linux" ]]; then + export PATH=/home/$(whoami)/.local/bin:$PATH +fi $(which imapfilter) -c $HOME/.imapfilter/private.lua 2>/dev/null if [[ ! -f ~/.holiday ]]; then |