Fix glp
I believe `glp` was messed up from a port from zsh -> nix -> zsh. It's working now though!
This commit is contained in:
parent
9e233b621e
commit
2f7e9f5c54
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ alias mdu="mix deps.update"
|
|||
alias mdup="mix docker.up"
|
||||
alias cat="bat"
|
||||
alias g="git"
|
||||
alias glp='git log --graph --pretty=format:"%Cred%h%Creset -%Cblue %an %Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset" --abbrev-commit --date=relative'
|
||||
alias git="hub"
|
||||
alias gprom="git pull --rebase origin master"
|
||||
alias gcan="git commit --amend --no-edit"
|
||||
|
|
Loading…
Reference in a new issue