about summary refs log tree commit diff stats
path: root/.emacs.d/eshell/alias
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/eshell/alias')
-rw-r--r--.emacs.d/eshell/alias5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
new file mode 100644
index 0000000..7d91aae
--- /dev/null
+++ b/.emacs.d/eshell/alias
@@ -0,0 +1,5 @@
+alias ls ls --color=always $1
+alias ff find-file $1
+alias e find-file-other-window $1
+alias d dired $1
+alias gg git log --color --graph --oneline --abbrev-commit --decorate --all --date=short --pretty=format:"%C(cyan)%h %C(yellow)%ad %C(bold green)%d %C(reset)%s"