diff --git a/.bash_aliases b/.bash_aliases index 244d23e..5292ebf 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -108,7 +108,8 @@ alias updatecalibre='sudo -v && wget -nv -O- https://raw.githubusercontent.com/k alias checkdns='watch -n1 dig ' #weather(){ curl -s "http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=${@:-}"|perl -ne '/([^<]+)/&&printf "%s: ",$1;/<fcttext>([^<]+)/&&print $1,"\n"';} -weather(){ curl -s "http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=${@:-Amsterdam}"|perl -ne '/<title>([^<]+)/&&printf "%s: ",$1;/<fcttext>([^<]+)/&&print $1,"\n"';} +#weather(){ curl -s "http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=${@:-Amsterdam}"|perl -ne '/<title>([^<]+)/&&printf "%s: ",$1;/<fcttext>([^<]+)/&&print $1,"\n"';} +alias weather='ansiweather' alias pypi_up='python setup.py register sdist --formats=zip upload'