eshell aliases file based on
https://github.com/dakra/dmacs/blob/master/etc/eshell-aliases
/early-init.el
/init.el
-/var
+
+/var/*
+/var/eshell/history
+
+!/var/eshell
+!/var/eshell/alias
[submodule "epl"]
path = lib/epl
url = git@github.com:cask/epl.git
+[submodule "eshell-up"]
+ path = lib/eshell-up
+ url = git@github.com:peterwvj/eshell-up.git
[submodule "evil"]
path = lib/evil
url = git@github.com:emacs-evil/evil.git
(setq magithub-clone-default-directory "~/src/git"))
#+end_src
+** [[https://github.com/peterwvj/eshell-up][eshell-up]]
+
+#+begin_src emacs-lisp
+(use-package eshell-up
+ :after eshell)
+#+end_src
+
* Email
#+begin_src emacs-lisp
--- /dev/null
+Subproject commit 9c100bae5c3020e8d9307e4332d3b64e7dc28519
--- /dev/null
+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