From d359fa0314e6859efb50d9b32504cd9f00f67961 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 20 Jul 2025 19:24:17 +0200 Subject: Add todoist t alias --- runcoms/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'runcoms') diff --git a/runcoms/zshrc b/runcoms/zshrc index 82a3805..550bb09 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -10,6 +10,7 @@ source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/status.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/sync-repos.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/check-repos.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/ssh-key-helpers.zsh" +source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/todoist.zsh" ################################################################################ # Load Modules -- cgit