From 08b5848f1bbbfcd59749486296feebcca12f3a44 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 25 Jul 2012 17:57:04 +0900 Subject: [PATCH 1/2] psall -> psaux --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f6660b2..72be2a7 100755 --- a/bashrc +++ b/bashrc @@ -89,7 +89,7 @@ null type vim && alias vi=vim alias pstree="LANG=C pstree" alias cp="cp -v" alias mv="mv -v" -alias psall="ps auxww" +alias psaux="ps auxww" alias q=exit alias e3=e3em alias dirs="dirs -v -l | \grep -v \$(printf '%s$' \$PWD)" From 97305e5c5f9643e9b9f62a62842b82564438e93d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 27 Jul 2012 15:41:00 +0900 Subject: [PATCH 2/2] add alias xe --- bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bashrc b/bashrc index 72be2a7..a28418d 100755 --- a/bashrc +++ b/bashrc @@ -116,6 +116,10 @@ alias mpg123="mpg123 -C -v --title" export PLAYER="mpg123 -C -v --title" alias screen="screen -e^z^z" +alias xe=notepad +null type gedit && alias xe=gedit +null type leafpad && alias xe=leafpad + alias wic=wicd-curses alias wil="wicd-cli -y -l | head" #alias wicn="wicd-cli -y -c -n"