Browse Source

add alias aunp

pull/1/head
10sr 12 years ago
parent
commit
850d63ce91
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      bashrc

+ 3
- 1
bashrc View File

@@ -148,6 +148,8 @@ 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

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
@@ -341,7 +343,7 @@ gpg-stream(){
dgpg(){ dgpg(){
if test "$1" = help || test -z "$2" if test "$1" = help || test -z "$2"
then then
echo "dgpg: dgpg <en|de> <src-suffix> [<dst-suffix>]"
echo "dgpg: dgpg <en|de> <src-suffix> [<dst-suffix>]" 1>&2
return return
fi fi
local srcs="$2" local srcs="$2"


Loading…
Cancel
Save