task/config/zsh/login/task

5 lines
80 B
Bash

#! zsh
if [[ -z $TASKRC ]]; then
export TASKRC=$XDG_CONFIG_HOME/task/taskrc
fi