dotfiles/.ssh_bash_profile

7 lines
165 B
Plaintext
Raw Normal View History

2022-04-14 16:34:19 +00:00
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"