Added nvim

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-04-04 17:35:42 +02:00
parent c454e0d00a
commit fee8caf4da
11 changed files with 286 additions and 207 deletions

View File

@ -3,4 +3,4 @@ print_cpu() {
cpuUse=$(top -bn1 | grep "Cpu(s)" | sed "s/.*, *\([0-9.]*\)%* id.*/\1/" | awk '{print int(100 - $1)"%"}')
echo -e "💻 $cpuUse"
}
print_cpu
print_cpu