citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 0684c6029e26d938e40b051b296aa30e585ad797
parent 136f59fca92474da04ea907b288096b6cb5c24ff
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 31 Mar 2021 13:55:34 -0700

bin/pcal: don't assume command

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mbin/pcal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/pcal b/bin/pcal @@ -1,2 +1,2 @@ #!/usr/bin/env bash -khal -c ~/.config/khal/personal interactive +khal -c ~/.config/khal/personal "$@"