- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
16:38 < ccowart> but if I wear the crotch out of one more pair of jeans, I'm gonna have to find more appropriate clothing
test
"Hey Chris. We have too many quotes of Minh. Go quote me." - Devin.
Dex: "I can't believe how much crap I've been getting from others about fighting you to a draw." Stephanie: "Aw, I didn't know that you went through all that. I should have thrown the fight."
"Is there an actual quote here that *doesn't* involve programmers?" -- taiche
"Hey, want to ride the elevator together?" -Kristina to Dchen
^_^: i am nothing but creative, petty, and vengeful
test
"No, I'm not saying the URL will turn people off. I'm saying ResComp will turn people on" - jeremydw
13:33 < ian> i just add this to .zshrc
13:33 < ian> _screen_prep() {
13:33 < ian> if [ "$SSH_AUTH_SOCK" != "$HOME/.screen/ssh-auth-sock.$HOSTNAME" ] ; then
13:34 < ian> ln -fs "$SSH_AUTH_SOCK" "$HOME/.screen/ssh-auth-sock.$HOSTNAME"
13:34 < ian> fi
13:34 < ian> }
13:34 < ian> alias screen='_screen_prep ; screen'
13:34 < ian> and this to .screenrc
13:34 < ian> unsetenv SSH_AUTH_SOCK
13:34 < ian> setenv SSH_AUTH_SOCK "$HOME/.screen/ssh-auth-sock.$HOSTNAME"
13:34 < tmmecke> so your keys get setup when you start screen
13:34 < joshu> wait, what's the problem being solved here?
13:34 < crimsonzen> unix