diff options
| author | ache <ache@ache.one> | 2024-12-17 10:12:34 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2024-12-17 10:12:34 +0100 |
| commit | 81d7343ef37d81048b7686ace87a9ad957200d49 (patch) | |
| tree | 3a2843e616f1a43e9358fb528b57b8898e3ec21a | |
| parent | Vagrant config (diff) | |
Comment khal integration
| -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 |