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

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