aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2020-04-18 20:47:21 +0200
committerDavid Runge <dave@sleepmap.de>2020-04-18 20:47:21 +0200
commit39483e1f3e38554839cda924bd5a05fa216f0d89 (patch)
treece70641307199bf47b95e2c6e0c58d801b43f6ce /.zsh.after
parent17d12f1f06b1c989bc4c5c2c59f1d7f79d42e960 (diff)
downloaddotfiles-39483e1f3e38554839cda924bd5a05fa216f0d89.tar.gz
dotfiles-39483e1f3e38554839cda924bd5a05fa216f0d89.tar.bz2
dotfiles-39483e1f3e38554839cda924bd5a05fa216f0d89.tar.xz
dotfiles-39483e1f3e38554839cda924bd5a05fa216f0d89.zip
.zsh.after/aliases.zsh: Adding Holoplot related key to ssh.add alias.
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/aliases.zsh2
1 files changed, 1 insertions, 1 deletions
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