allow user binaries as well
This commit is contained in:
parent
0e465e90a5
commit
dabdc41389
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue