added bashrc refresh alias

This commit is contained in:
Bryan Joshua Pedini 2022-08-03 08:24:25 +02:00
parent 42c11470b9
commit 74d4d88ac6
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ alias pubkey='cat ~/.ssh/id_*.pub'
alias hosts='sudo nano /etc/hosts'
alias historygrep='history | grep'
alias sshconfig='nano ~/.ssh/config'
alias bashrc='. ~/.bashrc'
alias newrepo='bash <(curl -s https://get.bjphoster.com/new-git-repo.sh)'
alias newansibleworkspace='bash <(curl -s https://get.bjphoster.com/new-ansible-workspace.sh)'