removed a unicode character so this plays nicely with my vt320
This commit is contained in:
parent
91b912b3c9
commit
5b9e97ecfd
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
UP=$(uptime | awk '{print $3}' | sed 's/,//')
|
||||
HOST=$(hostname -s)
|
||||
UTC=$(date -u +"%H:%M")
|
||||
STRING_UP=$(echo "↑ $UP")
|
||||
STRING_UP=$(echo "$UP")
|
||||
STRING_GMT=$(echo "UTC $UTC")
|
||||
echo '#('echo $STRING_GMT') #[fg=green] #('echo $STRING_UP') #[fg=black bg=green] #('echo $HOST') '
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue