Files to source
in bash
A replacement .bash_profile (ln -s absolute_path_to_.bash_profile ~/.bash_profile)
- Sources all .sh files in the repo
- Adds scripts repo to $PATH
Various aliases and functions I find useful
An enhanced prompt that I stole from a coworker, and then enhanced.
- Shows which virtualenv is currently active (if any)
- Shows current git branch and status (if any) via color
- Shows status of last run command
- Shows date/time
- Shows current working directory
- Shows current user
- Shows current host=
An integration of the GPG toolchain
An integration of the virtualenv toolchain