From 9038afe23f221093eabb8e20b86de222364f6a2a Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 21 Dec 2012 16:51:41 +0900 Subject: [PATCH] add alias lv --- bashrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index b03c607..0b0acbb 100755 --- a/bashrc +++ b/bashrc @@ -151,14 +151,16 @@ alias sh="ENV=$HOME/.shrc PS1=\$\ PROMPT_COMMAND="" sh" alias mpg123="mpg123 -C -v --title" alias xm="xmms2" #export PLAYER="mpg123 -C -v --title" + null type screen && alias screen="screen -e^z^z" -alias zcd="cd \`zenity --file-selection --directory\`" +#alias zcd="cd \`zenity --file-selection --directory\`" null type gtags && alias gtags="gtags --verbose" null type htags && alias htags="htags --xhtml --symbol --line-number \ --frame --alphabet --verbose" - null type aunpack && alias aunp=aunpack +null type lv && alias lv="lv|less" +# pad alias pad=notepad null type gedit && alias pad=gedit null type leafpad && alias pad=leafpad