Browse Source

add alias ztw

pull/1/head
10sr 10 years ago
parent
commit
9237be7546
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      shrc

+ 5
- 0
shrc View File

@@ -390,6 +390,8 @@ else
fi fi
# alias mytime="date +%Y%m%d-%H%M%S" # alias mytime="date +%Y%m%d-%H%M%S"
alias sh="ENV=$HOME/.shrc PS1=\$\ PROMPT_COMMAND="" sh" alias sh="ENV=$HOME/.shrc PS1=\$\ PROMPT_COMMAND="" sh"

# some extra utilities
# type trash >/dev/null 2>&1 && alias rm=trash # type trash >/dev/null 2>&1 && alias rm=trash
__safe_alias mpg123="mpg123 -C -v --title" __safe_alias mpg123="mpg123 -C -v --title"
__safe_alias xm="xmms2" __safe_alias xm="xmms2"
@@ -404,6 +406,9 @@ __safe_alias au=aunpack
# __safe_alias lv="lv|less" # __safe_alias lv="lv|less"
__safe_alias rs="rsync --progress --itemize-changes --compress" __safe_alias rs="rsync --progress --itemize-changes --compress"
__safe_alias vagr=vagrant __safe_alias vagr=vagrant

__safe_alias ztw='twitter set "`zenity --entry --title ztw --text Status:`"'

if $iscygwin if $iscygwin
then then
__my_wget_options=" --no-check-certificate" __my_wget_options=" --no-check-certificate"


Loading…
Cancel
Save