# gpg
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
#TODO this should probably be set for all shells?
-if [[ -z "$DISPLAY" ]]; then
- export PINENTRY_USER_DATA="curses"
+if [[ -n "$DISPLAY" ]]; then
+ export PINENTRY_USER_DATA="qt"
fi
# ssh
# cmake
export CMAKE_EXPORT_COMPILE_COMMANDS=1
export CTEST_OUTPUT_ON_FAILURE=1
-
-export WORKSPACE=~/src/fpp/