mirror of
https://github.com/acedanger/dotfiles.git
synced 2025-12-05 22:30:13 -08:00
7 lines
125 B
Bash
7 lines
125 B
Bash
alias py=python3
|
|
alias gp="git pull"
|
|
alias gpush="git push"
|
|
alias gc="git commit"
|
|
alias gcm="git commit -m"
|
|
alias c="code ."
|