Browse Source

add alias lv

pull/1/head
10sr 12 years ago
parent
commit
9038afe23f
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      bashrc

+ 4
- 2
bashrc View File

@@ -151,14 +151,16 @@ alias sh="ENV=$HOME/.shrc PS1=\$\ PROMPT_COMMAND="" sh"
alias mpg123="mpg123 -C -v --title" alias mpg123="mpg123 -C -v --title"
alias xm="xmms2" alias xm="xmms2"
#export PLAYER="mpg123 -C -v --title" #export PLAYER="mpg123 -C -v --title"

null type screen && alias screen="screen -e^z^z" 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 gtags && alias gtags="gtags --verbose"
null type htags && alias htags="htags --xhtml --symbol --line-number \ null type htags && alias htags="htags --xhtml --symbol --line-number \
--frame --alphabet --verbose" --frame --alphabet --verbose"

null type aunpack && alias aunp=aunpack null type aunpack && alias aunp=aunpack
null type lv && alias lv="lv|less"


# pad
alias pad=notepad alias pad=notepad
null type gedit && alias pad=gedit null type gedit && alias pad=gedit
null type leafpad && alias pad=leafpad null type leafpad && alias pad=leafpad


Loading…
Cancel
Save