Skip to content

Commit

Permalink
replace black with green in lola git
Browse files Browse the repository at this point in the history
  • Loading branch information
Adidi committed Oct 23, 2016
1 parent 6389c11 commit f831d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/includes/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function sadd() { git subtree add --prefix=$1 $1 master }
# Undo a `git push`
alias undopush="git push -f origin HEAD~:master"
alias lg='git log -p'
alias lol='git log --graph --decorate --abbrev-commit --date=relative --pretty=format:"%C(yellow)%h%C(reset) %C(black)%ad%C(reset) %C(blue)%an%C(reset)%C(red)%d%C(reset) %s"'
alias lol='git log --graph --decorate --abbrev-commit --date=relative --pretty=format:"%C(yellow)%h%C(reset) %C(green)%ad%C(reset) %C(blue)%an%C(reset)%C(red)%d%C(reset) %s"'
alias lola='lol --all'
# Show files ignored by git
alias ign='git ls-files -o -i --exclude-standard'
Expand Down

0 comments on commit f831d37

Please sign in to comment.