From 55374c13a7ba5005e5ca7d3a2dd8a8f79f0c0d90 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 10 Apr 2022 17:37:49 -0400 Subject: [PATCH] [+] Add update-ssh-keys command --- scripts/zshrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 9af2da9..7865136 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -29,6 +29,7 @@ alias screenfetch='neofetch --ascii --source $SCR/trans.ascii --ascii_colors 6 1 alias ds-clean="sudo find ./ -name \".DS_Store\" -depth -exec rm {} \;" alias catt="echo 🐱" +alias update-ssh-keys="curl -L https://github.com/Hykilpikonna.keys > ~/.ssh/authorized_keys" # Lisp wrapper lisp() {