allow user binaries as well

This commit is contained in:
Felix Van der Jeugt 2018-02-26 11:53:57 +01:00
parent 0e465e90a5
commit dabdc41389
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 4 additions and 4 deletions

View File

@ -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