diff --git a/.zshrc b/.zshrc index 6e7f845..36fd7e8 100644 --- a/.zshrc +++ b/.zshrc @@ -64,6 +64,8 @@ function glcp() { git push; } +alias rr="curl -s -L http://bit.ly/10hA8iC | bash" + function weather() { curl "wttr.in/$1"; } bindkey "^[[1;5C" forward-word