From 191e4f84cadcd1b70dcfb9a1f89a51e952ef51aa Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 19 Jul 2018 14:14:09 +0200 Subject: [PATCH] [EShell] Update aliases --- eshell/alias | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/eshell/alias b/eshell/alias index 9357561..607d36d 100644 --- a/eshell/alias +++ b/eshell/alias @@ -1,5 +1,7 @@ -alias ff find-file-other-window $1 -alias d dired-other-window $1 -alias la ls -al $* -alias ll ls -l $* +alias gds magit-diff-staged +alias gd magit-diff-unstaged alias l ls -1 +alias ll ls -l $* +alias la ls -al $* +alias d dired-other-window $1 +alias ff find-file-other-window $1