diff options
-rw-r--r-- | etc/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile b/etc/profile index 2ce3948..88ba6a4 100644 --- a/etc/profile +++ b/etc/profile @@ -6,7 +6,7 @@ if (( ZPROFILE == 0 )) { [[ -r $HOME/packages/zsh/etc/local-profile ]] && source $HOME/packages/zsh/etc/local-profile ZPROFILE=1 } else { - check_com todo && gtd-todo + check_com -c todo && gtd-todo calendar unset ZPROFILE } |