about summary refs log blame commit diff stats
path: root/.emacs.d/eshell/alias
blob: 7d91aaef055805616ec01051f9fbe9e38a3e6488 (plain) (tree)
1
2
3
4
5




                                                                                                                                                                
alias ls ls --color=always $1
alias ff find-file $1
alias e find-file-other-window $1
alias d dired $1
alias gg git log --color --graph --oneline --abbrev-commit --decorate --all --date=short --pretty=format:"%C(cyan)%h %C(yellow)%ad %C(bold green)%d %C(reset)%s"