newrepo convenience alias added

This commit is contained in:
Bryan Joshua Pedini 2021-07-09 18:39:31 +02:00
parent 82f2d7a989
commit f5fb8e5dc3
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
alias pubkey='cat ~/.ssh/id_rsa.pub'
alias hosts='sudo nano /etc/hosts'
alias historygrep='history | grep'
alias newrepo='bash <(curl -s https://get.bjphoster.com/new-git-repo.sh)'