dotfiles/.emacs.d/eshell/alias

6 lines
264 B
Plaintext

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"