addet uptime to cowsay
This commit is contained in:
parent
68e4e5c064
commit
3099cc3ab0
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -627,7 +627,7 @@ _end(){
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if command_exists cowsay; then
|
if command_exists cowsay; then
|
||||||
cowsay -f tux "$(uptime)"
|
cowsay -f tux "$(uptime --pretty)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
error_log
|
error_log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue