From 90f051d46a1d9cfbae5d9c2984a96a621ae4a82a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 31 Mar 2024 21:40:41 -0400 Subject: Merge .emacs.d/lisp/bandali-*.el into .emacs.d/init.el Somewhat major overhaul. Worth mentioning are the b/keymap-* wrappers added around the newly introduced keymap-* functions in GNU Emacs 29. Also dropped some mostly unused configs like exwm and org. --- .emacs.d/eshell/alias | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .emacs.d/eshell/alias (limited to '.emacs.d/eshell/alias') diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias new file mode 100644 index 0000000..113ef31 --- /dev/null +++ b/.emacs.d/eshell/alias @@ -0,0 +1,21 @@ +alias .. cd .. +alias ... cd ../.. +alias d dired $* +alias e find-file-other-window $1 +alias ee find-file $1 +alias emacs find-file $1 +alias gd magit-diff-unstaged +alias gds magit-diff-staged +alias git git --no-pager $* +alias l ls -l $* +alias la ls -al $* +alias ll ls -al $* +alias man woman $1 +alias up eshell-up $1 +alias pk eshell-up-peek $1 +alias vi find-file $1 +alias vim find-file $1 +alias mbsync mbsync -c $XDG_CONFIG_HOME/isync/mbsyncrc $* +alias getmail getmail --getmaildir $XDG_CONFIG_HOME/getmail --rcfile getmailrc $* +alias m mbsync csclub; mbsync kelar; mbsync shemshak; mbsync gnub; mbsync sfl; mbsync sflro; getmail +alias mc mbsync canonical; mbsync csclub; mbsync kelar; mbsync shemshak; mbsync gnub; mbsync sfl; mbsync sflro; getmail -- cgit v1.2.3-60-g2f50