I hereby claim:
- I am btv on github.
- I am louiscipher (https://keybase.io/louiscipher) on keybase.
- I have a public key whose fingerprint is 2FB1 4D42 1972 D6D9 0064 FDDF 3BA2 FE3B CEEC 01B0
To claim this, I am signing this object:
| # Show the git branch in the prompt | |
| PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ ' | |
| #this also works for SVN version numbers & HG branches too. |
| [alias] | |
| # to emulate hg rollback style functionality. Will always undue last | |
| # commit. | |
| rollback = reset --hard HEAD@{1} |
I hereby claim:
To claim this, I am signing this object:
| extern crate libc; | |
| extern crate rustc_serialize; | |
| use libc::{size_t, c_void, c_char}; | |
| use std::{slice, ptr, iter, str}; | |
| use std::ffi::{CString, CStr}; | |
| use rustc_serialize::base64::{ToBase64, FromBase64, STANDARD}; | |
| //to copy |