extend environment to run khard in the hook

This commit is contained in:
Felix Van der Jeugt 2019-08-27 22:08:17 +02:00
parent 4a5c200404
commit d2b25c40a3
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
#!/bin/sh
exec env \
HOME="${HOME:-/home/noctua}" \
PATH="/usr/local/bin:$HOME/.local/bin:$PATH" \
DISPLAY="${DISPLAY:-:0}" \
HOME="${HOME:-/home/noctua}" \
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-/home/noctua/.config}" \
LC_ALL="en_US.utf-8" \
LANG="en_US.utf-8" \
PATH="/usr/local/bin:$HOME/.local/bin:$PATH" \
DISPLAY="${DISPLAY:-:0}" \
./notmuch