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