diff --git a/.bash_aliases b/.bash_aliases index 244d903..244d23e 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -110,6 +110,8 @@ 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"';} +alias pypi_up='python setup.py register sdist --formats=zip upload' + # if you're really annoyed with a runaway process function fuck() { if killall -9 "$2"; then