Random shell changes

This commit is contained in:
Ivan Malison 2015-11-08 02:37:09 -08:00
parent 71363407b0
commit 8ecfa76607
2 changed files with 6 additions and 0 deletions

View File

@ -41,3 +41,7 @@ goclone() {
function merchant_curl {
tcurl -p localhost:4338 merchant Merchant::$1 -3 "$2" -t ~/go/src/code.uber.internal/everything/merchant/thrift
}
function at json {
egrep -o "\{.*" | jq .
}

View File

@ -51,3 +51,5 @@ alias pumpitup="osascript -e 'set volume 7'"
alias pip-upgrade="pip freeze --local | get_cols -F "=" 1 | xargs -n1 sudo pip install -U"
[[ -e /usr/local/Cellar/macvim ]] && alias vim="$(find /usr/local/Cellar/macvim -depth 1 | grep "[0-9]$")/MacVim.app/Contents/MacOS/Vim"
alias only_json='grep -E "^{\"" | jq .'