allow user binaries as well
This commit is contained in:
parent
0e465e90a5
commit
dabdc41389
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
exec env \
|
||||
HOME="${HOME:-/home/noctua}" \
|
||||
PATH="/usr/local/bin:$PATH" \
|
||||
PATH="/usr/local/bin:$HOME/.local/bin:$PATH" \
|
||||
DISPLAY="${DISPLAY:-:0}" \
|
||||
./notmuch
|
||||
|
Loading…
Reference in New Issue
Block a user