From 9237be754611181489140ed62a3db96ce48a5c44 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 26 Aug 2014 23:47:44 +0900 Subject: [PATCH] add alias ztw --- shrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shrc b/shrc index 2119016..7bf72f9 100755 --- a/shrc +++ b/shrc @@ -390,6 +390,8 @@ else fi # alias mytime="date +%Y%m%d-%H%M%S" alias sh="ENV=$HOME/.shrc PS1=\$\ PROMPT_COMMAND="" sh" + +# some extra utilities # type trash >/dev/null 2>&1 && alias rm=trash __safe_alias mpg123="mpg123 -C -v --title" __safe_alias xm="xmms2" @@ -404,6 +406,9 @@ __safe_alias au=aunpack # __safe_alias lv="lv|less" __safe_alias rs="rsync --progress --itemize-changes --compress" __safe_alias vagr=vagrant + +__safe_alias ztw='twitter set "`zenity --entry --title ztw --text Status:`"' + if $iscygwin then __my_wget_options=" --no-check-certificate"