.ssh_bash_profile

This commit is contained in:
notplants 2022-04-14 12:34:19 -04:00
parent 169ad88619
commit 09e6c23376
1 changed files with 6 additions and 0 deletions

6
.ssh_bash_profile Normal file
View File

@ -0,0 +1,6 @@
alias s="systemctl"
alias sudo="sudo "
alias gstatus="git status"
alias gitadd="git add -A"
alias aliases="vi ~/.bash_profile"
alias rebash="source ~/.bash_profile"