Python scripts I use to manage my ssh connections, drive mounts, and other bash related things.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
246 B

#Created by Jake Zaia
#The contents of this file should be copied to ~/.bash_aliases
#Do NOT run this file as a script, it will do nothing.
alias aa='git add .'
alias pull='git pull && ls'
alias push='git push'
alias commit='git commit -am '