I hereby claim:
- I am andyleclair on github.
- I am andyleclair (https://keybase.io/andyleclair) on keybase.
- I have a public key whose fingerprint is 1BD4 205B 0F51 7963 A151 EF57 27BB E107 0F0D 12F5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
tcssh () { | |
group=$1 | |
if [ -z $group ]; then | |
echo "Error: no group given." | |
echo "Usage: tcssh <group>" | |
return 1 | |
fi | |
# Make sure there isn't already a tcssh session in tmux |
" .vimrc | |
" by Andy LeClair | |
" andyleclair@gmail.com | |
" We're VIMproved! | |
set nocompatible | |
filetype off | |