From 1bfce652c0da47dd5001c6c198aa2be779206c5e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Oct 2021 11:30:33 -0700 Subject: emacs: add a few more aliases to eshell --- emacs/custom/fcuny-eshell.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el index 2cd1455..f54cd4b 100644 --- a/emacs/custom/fcuny-eshell.el +++ b/emacs/custom/fcuny-eshell.el @@ -31,10 +31,17 @@ (eshell/alias "emacs" "find-file $1") (eshell/alias "ee" "find-file-other-window $1") + (eshell/alias "d" "dired $1") + (eshell/alias "gs" "magit-status") (eshell/alias "gd" "magit-diff-unstaged") (eshell/alias "gds" "magit-diff-staged") - (eshell/alias "d" "dired $1") + + (eshell/alias "rg" "counsel-rg") + + (eshell/alias "cal" "calendar") + + (eshell/alias "agenda" "org-agenda") ;; Disable current line highlighting. (setq-local global-hl-line-mode nil)) -- cgit 1.4.1