From 605cd1486d22dcf88426671b5007819b9b4ef199 Mon Sep 17 00:00:00 2001 From: 10sr Date: Mon, 26 Sep 2011 15:48:28 +0900 Subject: [PATCH] .bashrc: add catclip and setclip, cannot use yet --- .bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.bashrc b/.bashrc index 003c33c..c17d9a1 100755 --- a/.bashrc +++ b/.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 }