diff options
| -rw-r--r-- | config.fish | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.fish b/config.fish index ffcf3d1..23f1246 100644 --- a/config.fish +++ b/config.fish @@ -1,8 +1,8 @@ -if status is-interactive - if type khal 2> /dev/null > /dev/null - khal calendar 2> /dev/null - end -end +# if status is-interactive +# if type khal 2> /dev/null > /dev/null +# khal calendar 2> /dev/null +# end +# end if type roxterm 2> /dev/null > /dev/null set -x TERMINAL roxterm |