added bashrc ovverrides and relative function to deploy.sh

This commit is contained in:
2021-01-11 15:25:38 +01:00
parent bc6b382058
commit 07c9af1e22
10 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
alias pubkey='cat ~/.ssh/id_rsa.pub'
alias hosts='sudo nano /etc/hosts'
alias historygrep='history | grep'