zshrc: gitlog hinzugefügt. entgegen pauls warnungen :)
This commit is contained in:
parent
92d2b5fb52
commit
0feba4c979
1 changed files with 1 additions and 0 deletions
1
zshrc
1
zshrc
|
@ -26,6 +26,7 @@ alias calc="python2 ~/Projects/pyCalc/main.py"
|
|||
alias disks="df -h"
|
||||
alias space="du -shx *"
|
||||
alias emacs="vim"
|
||||
alias gitlog="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
|
||||
|
||||
zwget() {
|
||||
export http_proxy="http://10.1:3128"
|
||||
|
|
Loading…
Reference in a new issue