diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-20 21:39:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-20 21:39:57 +0100 |
commit | 2f4284cf1f83710dcafb3a3bf926bf8aab90c377 (patch) | |
tree | 1b8253abfc273306f923b31330c2fab8b28ee09e /etc/profile | |
parent | 10bf0631361da78a84ff90b0221c76c0ddfc8638 (diff) |
profile: Use check_com -c
Diffstat (limited to 'etc/profile')
-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 } |