Merge branch 'master' of github.com:nichus/qi3ber2
This commit is contained in:
commit
eeab062d46
@ -1,2 +1,5 @@
|
||||
# qi3ber2
|
||||
A dark, multiline theme for zsh
|
||||
|
||||
### Screenshot
|
||||
![Sample Image](web/example.png)
|
||||
|
@ -1,5 +1,5 @@
|
||||
# qi3ber2.zsh-theme
|
||||
# screenshot: none
|
||||
# screenshot: https://github.com/nichus/qi3ber2/web/example.png
|
||||
|
||||
_qi3ber2_venv() {
|
||||
PYTHON="🐍"
|
||||
@ -20,7 +20,7 @@ function load_average {
|
||||
else
|
||||
UPTIME='/usr/ucb/uptime'
|
||||
fi
|
||||
LA=${${UPTIME[(w)-3]}%,}
|
||||
LA=${$($UPTIME)[-3]}
|
||||
fi
|
||||
printf "%05.2f\n" ${LA}
|
||||
}
|
||||
|
BIN
web/example.png
Normal file
BIN
web/example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue
Block a user