ソースを参照

.bashrc: add catclip and setclip, cannot use yet

pull/1/head
10sr 13年前
コミット
605cd1486d
1個のファイルの変更9行の追加0行の削除
  1. +9
    -0
      .bashrc

+ 9
- 0
.bashrc ファイルの表示

@@ -34,12 +34,21 @@ alias lla="ls -Al"
alias vl=/usr/share/vim/vimcurrent/macros/less.sh
alias emacs="emacs -nw"
alias aptin="sudo apt-get install"
alias aptsearch="apt-cache search"
alias ut="slogin t110414@un001.ecc.u-tokyo.ac.jp"
alias rand="echo \$RANDOM"
alias xunp="file-roller -h"
alias pacome="sudo \paco -D"
# type trash >/dev/null 2>&1 && alias rm=trash

catclip(){
:
}
setclip(){
if test $# -eq 0
then
:
}
p(){
"$@" | $PAGER
}


読み込み中…
キャンセル
保存