From 2ec18855d6d4e144776551dfb4921e1b133dfd29 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 11 Apr 2020 23:54:33 -0400 Subject: move emacs files from .emacs.d to . this repository's root will be ~/.emacs.d (again) from now on --- var/eshell/alias | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 var/eshell/alias (limited to 'var/eshell/alias') diff --git a/var/eshell/alias b/var/eshell/alias new file mode 100644 index 0000000..d80c00b --- /dev/null +++ b/var/eshell/alias @@ -0,0 +1,19 @@ +alias .. cd .. +alias ... cd ../.. +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; getmail -- cgit v1.2.3-60-g2f50