From 39483e1f3e38554839cda924bd5a05fa216f0d89 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 18 Apr 2020 20:47:21 +0200 Subject: .zsh.after/aliases.zsh: Adding Holoplot related key to ssh.add alias. --- .zsh.after/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh.after') diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh index ffd829b..be12367 100644 --- a/.zsh.after/aliases.zsh +++ b/.zsh.after/aliases.zsh @@ -217,7 +217,7 @@ alias nmlist="sudo nmcli con list" alias nmdev="sudo nmcli dev" #SSH -alias ssh.add="ssh-add $HOME/.ssh/id_{rsa,rsa_tu,ed25519,ed25519_aur,ed25519_github}" +alias ssh.add="ssh-add $HOME/.ssh/id_{rsa{,_tu},ed25519{,_aur,_github,_holoplot}}" alias ssh.new='ssh-keygen -t ed25519 -C "$(whoami)@$(hostname)-$(date -I)"' if [ $VENDOR = "apple" ]; then # apple's date is broken -- cgit v1.2.3-54-g00ecf