personal-linux-config/bashrc_overrides/convenience_aliases

5 lines
181 B
Plaintext

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)'