1
0
Fork 0

Autocommitted updated scripts from

main
Marissa Staib 5 years ago
parent 9f1ab031ec
commit 8dbbf06b7f
  1. 4
      bash_aliases.sh

@ -72,6 +72,10 @@ function sync_git_only()
alias ssh-keygen="ssh-keygen -o -a 100 -t ed25519"
function ssh-authorize-key() {
cat "$1" >>~/.ssh/authorized_keys
}
function bashreload()
{
reload_scripts_only

Loading…
Cancel
Save