summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-06-08 18:14:23 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-08 18:14:23 +0900
commit4c58e9f0983a2979700200c63cd5a2343e9f14cb (patch)
tree1f13586504f7f1d8d38ad9b656b1f240cca45cc9 /.emacs.d/eshell
parentdd6bf999281b2707190c819fe5515ea95cee1ae1 (diff)
downloaddotfiles-4c58e9f0983a2979700200c63cd5a2343e9f14cb.tar.gz
fix fmr eshell alias
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 48e911c2..14937939 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -3,7 +3,7 @@ alias mg find-file $1
alias g git $*
alias d dired $1
alias ga git annex $*
-alias fmr MR_FAST=true mr
+alias fmr MR_FAST=true mr $*
alias blank sleep 1;xset dpms force off
alias docs cd ~/doc && mr sync