]> git.r.bdr.sh - rbdr/dotfiles/blame - zsh/functions/short-uptime.zsh
Update yum to dnf
[rbdr/dotfiles] / zsh / functions / short-uptime.zsh
CommitLineData
fa250235
BB
1short-uptime () {
2 uptime | awk '{print $(3)"d "$(5)" "$(NF+0)" "$(NF-1)" "$(NF-0)}'
3}