1
0
Fork 0
main
Mari 3 years ago
parent a222db339d
commit 15fbb5b95d
  1. 6
      zsh/customizations/zsh_aliases.zsh

@ -46,6 +46,12 @@ function rmdirs()
fi
}
function rmr()
{
find $@ -not -type d
rm -Ir $@
}
# Use a larger number of KDF rounds and the secure ed25519 key type by default.
alias ssh-keygen="ssh-keygen -a 100 -b 4096 -t ed25519"

Loading…
Cancel
Save