blob: 7d91aaef055805616ec01051f9fbe9e38a3e6488 (
plain) (
tree)
|
|
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"
|