summaryrefslogtreecommitdiff
path: root/config.fish
diff options
context:
space:
mode:
Diffstat (limited to 'config.fish')
-rw-r--r--config.fish6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.fish b/config.fish
index 9a70558..5a129f4 100644
--- a/config.fish
+++ b/config.fish
@@ -1,6 +1,8 @@
-if status --is-interactive > /dev/null
- khal calendar
+if status --is-interactive ^ /dev/null
+ if which khal ^ /dev/null > /dev/null
+ khal calendar ^ /dev/null
+ end
end
if which roxterm ^ /dev/null > /dev/null