From 932e9134a62373affb9c3241c1ae7ab0e07d3761 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 23 Aug 2021 11:17:50 +1000 Subject: [PATCH] Drop TASKRC export, since 2.6 doesn't need it --- config/zsh/login/task | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/zsh/login/task b/config/zsh/login/task index 1e4263c..f00889b 100644 --- a/config/zsh/login/task +++ b/config/zsh/login/task @@ -1,7 +1,4 @@ #! zsh -if [[ -z $TASKRC ]]; then - export TASKRC=$XDG_CONFIG_HOME/task/taskrc -fi if [[ -z $TIMEWARRIORDB ]]; then export TIMEWARRIORDB=$XDG_DATA_HOME/timew fi