Initial version

This commit is contained in:
Peter Wood
2021-09-29 06:30:20 -04:00
committed by GitHub
commit 6ab988cf9d

6
my-aliases.zsh Normal file
View File

@@ -0,0 +1,6 @@
alias py=python3
alias gp="git pull"
alias gpush="git push"
alias gc="git commit"
alias gcm="git commit -m"
alias c="code ."