This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use as `ldapuser username` to lookup ldap record for "username" | |
function ldapuser { | |
ldapsearch -x -H ldap://directory.uoguelph.ca -b "ou=People,o=uoguelph.ca" "uid=$1" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://www.youtube.com/watch?v=CssC-DY4lO8 | |
git config alias.up commit | |
git config alias.out push | |
git config alias.something pull |
NewerOlder