mirror of
https://github.com/acedanger/dotfiles.git
synced 2025-12-05 22:30:13 -08:00
Initial version
This commit is contained in:
6
my-aliases.zsh
Normal file
6
my-aliases.zsh
Normal 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 ."
|
||||||
Reference in New Issue
Block a user