commit 2c735f5edee92c4a0599ed343840a334eda09c6b parent deac6cbbd5e18651c2926e08e851acf82201a647 Author: mtmn <miro@haravara.org> Date: Wed, 29 Apr 2026 13:44:28 +0200 dotfiles: fix `kan` Diffstat:
| M | modules/mixins/dotfiles/config/shell/rc/aliased-short-names | | | 1 | - |
| M | modules/mixins/dotfiles/config/shell/rc/functions | | | 4 | ++++ |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/modules/mixins/dotfiles/config/shell/rc/aliased-short-names b/modules/mixins/dotfiles/config/shell/rc/aliased-short-names @@ -67,7 +67,6 @@ alias obscpt='obsidian "obsidian://open?vault=counterpoint" & disown' alias kat='khal at' alias khw='khal list now 7d' alias khi='khal interactive' -alias kan='khal new --alarms "30m" && vdirsyncer' alias bpp='backup pass --push' alias bnp='backup nota --push' diff --git a/modules/mixins/dotfiles/config/shell/rc/functions b/modules/mixins/dotfiles/config/shell/rc/functions @@ -107,6 +107,10 @@ mpa() { mpc add "${1?}" } +kan() { + khal new "$@" && vdirsyncer +} + ae() { if tmux has-session -t aerc 2>/dev/null; then if [ -n "$TMUX" ]; then