From d7dee82420a04e5c92e5b5ad316e14a49bd4d689 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 5 Oct 2020 23:38:06 -0400 Subject: Move GNU Emacs configs from ./ into .emacs.d/ I will be using the repository to store my configurations for other non-Emacs pieces of software. The repository itself will be located at ~/ rather than ~/.emacs.d/. --- .emacs.d/etc/eshell/aliases | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .emacs.d/etc/eshell/aliases (limited to '.emacs.d/etc/eshell') diff --git a/.emacs.d/etc/eshell/aliases b/.emacs.d/etc/eshell/aliases new file mode 100644 index 0000000..203b616 --- /dev/null +++ b/.emacs.d/etc/eshell/aliases @@ -0,0 +1,20 @@ +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 uwaterloo; mbsync shemshak; mbsync gnub; getmail -- cgit v1.2.3-60-g2f50