taskwarrior-tui/.envrc
Dheepak Krishnamurthy e09f460e64 feat: Make quittable app
2023-09-05 20:30:52 -04:00

7 lines
272 B
Bash

export TASKRC=`pwd`/tests/data/.taskrc
export TASKDATA=`pwd`/tests/data/.task
export TASKWARRIOR_TUI_CONFIG=`pwd`/tests/data/.config
export TASKWARRIOR_TUI_DATA=`pwd`/tests/data/.data
export TASKWARRIOR_TUI_LOG_LEVEL=debug
export RUST_LOG=debug
export RUST_BACKTRACE=full