From 207d4739fdb65c71f42a270952a80dbe6aee602f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 16 Jun 2021 22:30:18 -0400 Subject: update kinits & wttr --- .zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 6a6b521..83f45a9 100644 --- a/.zshrc +++ b/.zshrc @@ -106,7 +106,6 @@ alias vi='vim' alias sm='tmux attach -t mail || tmux -f ${HOME}/.tmux-mail.conf attach -t mail' alias remote_3051='ssh -f -N -q -L 6301:192.168.1.207:631 ryan@ryanak.ca' alias sshfw='ssh -oForwardAgent=yes' -alias kinits="kinit -r 200h -f rkavanag@CS.CMU.EDU && kinit -r 200h -f rkavanag@ANDREW.CMU.EDU" alias slpr="lpr -P scs_public -o Staple=1Staple\(Left\) -o KMDuplex=True" # END LOCAL @@ -527,6 +526,12 @@ launchpad.project.search() { # Others. # +wttr() { + local request="wttr.in/${1-Pittsburgh}" + [ "$(tput cols)" -lt 125 ] && request+='?n' + curl -H "Accept-Language: ${LANG%_*}" --compressed "$request" +} + google() { # Google search. w3m "http://www.google.com/search?q=$@" -- cgit v1.2.3