From d78367b148c04b4fd4e2fc19f551d18df5cd7375 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 5 Feb 2025 23:31:38 +0100 Subject: Sign with SSH / add SSH helpers --- runcoms/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'runcoms/zshrc') diff --git a/runcoms/zshrc b/runcoms/zshrc index ebf6bf1..c598da7 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -9,6 +9,7 @@ source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/prettify-json.zsh" 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" ################################################################################ # Load Modules -- cgit