summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/custom/fcuny-eshell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-eshell.el b/emacs.d/custom/fcuny-eshell.el
index 0bf6547..113964c 100644
--- a/emacs.d/custom/fcuny-eshell.el
+++ b/emacs.d/custom/fcuny-eshell.el
@@ -15,6 +15,7 @@
     (eshell/alias "emacs" "find-file $1")
     (eshell/alias "ee" "find-file-other-window $1")
 
+    (eshell/alias "gs" "magit-status")
     (eshell/alias "gd" "magit-diff-unstaged")
     (eshell/alias "gds" "magit-diff-staged")
     (eshell/alias "d" "dired $1"))