summaryrefslogtreecommitdiff
path: root/eshell/alias
diff options
context:
space:
mode:
Diffstat (limited to 'eshell/alias')
-rw-r--r--eshell/alias4
1 files changed, 4 insertions, 0 deletions
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 $*