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] 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"