From dabdc41389ad064f94f57479f8f47dc8bb87e036 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 26 Feb 2018 11:53:57 +0100 Subject: [PATCH] allow user binaries as well --- services/notmuch/run | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/notmuch/run b/services/notmuch/run index 0647bcd..387d544 100755 --- a/services/notmuch/run +++ b/services/notmuch/run @@ -1,6 +1,6 @@ #!/bin/sh -exec env \ - HOME="${HOME:-/home/noctua}" \ - PATH="/usr/local/bin:$PATH" \ - DISPLAY="${DISPLAY:-:0}" \ +exec env \ + HOME="${HOME:-/home/noctua}" \ + PATH="/usr/local/bin:$HOME/.local/bin:$PATH" \ + DISPLAY="${DISPLAY:-:0}" \ ./notmuch