summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-05-17 09:25:24 +0900
committerSean Whitton <spw+git@sdf.org>2014-05-17 09:25:24 +0900
commit1b17898d7c3ca888c92db54fb78c1b39a784179e (patch)
tree98456f28fcc6e08036b77fee3e1b29bfc197e897 /.emacs.d/eshell
parenteceeeb2671b0a5ac7488583915d483554147c187 (diff)
downloaddotfiles-1b17898d7c3ca888c92db54fb78c1b39a784179e.tar.gz
trying out eshell, the Emacs Shell
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias3
-rw-r--r--.emacs.d/eshell/profile2
2 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
new file mode 100644
index 00000000..a272cd45
--- /dev/null
+++ b/.emacs.d/eshell/alias
@@ -0,0 +1,3 @@
+alias ff find-file $1
+alias g git $*
+alias d dired $1
diff --git a/.emacs.d/eshell/profile b/.emacs.d/eshell/profile
new file mode 100644
index 00000000..1fad3fe5
--- /dev/null
+++ b/.emacs.d/eshell/profile
@@ -0,0 +1,2 @@
+# tell commands that they can go ahead and emit ANSI colour sequences
+export TERM=vt100