Skip to content

Instantly share code, notes, and snippets.

@ashtonmeuser
Last active February 14, 2020 00:43
Show Gist options
  • Save ashtonmeuser/b400e40d10749bc9d202cdab1c60ef0e to your computer and use it in GitHub Desktop.
Save ashtonmeuser/b400e40d10749bc9d202cdab1c60ef0e to your computer and use it in GitHub Desktop.
# Prompt
PROMPT='%{%F{red}%}♥%{%F{default}%} %1~ %# '
# Aliases
alias gitlg="git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"
# Misc.
export GREP_OPTIONS='--color=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment