Customize oh-my-zsh default 'glod' alias

Signed-off-by: Tommy Harris <tobraha@tilde.team>
This commit is contained in:
Tommy Harris 2021-06-05 13:56:37 -06:00
parent 14d359527b
commit 5ced8f96a6
Signed by: tobraha
GPG Key ID: 93769A4F97AE33E9
1 changed files with 3 additions and 0 deletions

View File

@ -14,5 +14,8 @@ alias ffa="$BROWSER -P Ambitions & "
alias ffc="$BROWSER -P Charles-IT & "
alias fft="$BROWSER -P Tommy & "
# customize zsh aliases
alias glod="git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an %ae>%Creset'"
alias datto='ssh partner@partner-ssh.datto.com'
alias bpytop='git -C $HOME/repo/bpytop pull --rebase > /dev/null 2>&1 ; $HOME/repo/bpytop/bpytop.py'