git.r.bdr.sh
/
rbdr
/
dotfiles
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Update gpg key
[rbdr/dotfiles]
/
zsh
/
functions
/
short-uptime.zsh
1
short
-uptime
() {
2
uptime
|
awk
'{print
$(3)
"d "
$(5)
" "
$(NF+0)
" "
$(NF-1)
" "
$(NF-0)
}'
3
}