[EShell] Update aliases

This commit is contained in:
Daniel - 2018-07-19 14:14:09 +02:00
parent 7640aae6f6
commit 191e4f84ca
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 6 additions and 4 deletions

View File

@ -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