dotfiles/.emacs.d/eshell/alias

6 lines
264 B
Plaintext
Raw Normal View History

2022-10-12 20:22:47 +00:00
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"