From cbb881adcafcb1a48301b2f94e665f377a30b77c Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 1 Sep 2014 10:58:08 +0200 Subject: initial commit --- eshell/alias | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 eshell/alias (limited to 'eshell/alias') diff --git a/eshell/alias b/eshell/alias new file mode 100644 index 0000000..29d019b --- /dev/null +++ b/eshell/alias @@ -0,0 +1,4 @@ +alias b popd +alias cd pushd . > /dev/null; cd $* +alias ff find-file $1 +alias ll ls -la $* -- cgit v1.2.3