Add color to the 🐍

This commit is contained in:
Orien Vandenbergh 2021-03-10 09:12:06 -07:00
parent eeab062d46
commit f18ce4f55d

View File

@ -2,7 +2,7 @@
# screenshot: https://github.com/nichus/qi3ber2/web/example.png # screenshot: https://github.com/nichus/qi3ber2/web/example.png
_qi3ber2_venv() { _qi3ber2_venv() {
PYTHON="🐍" PYTHON="%{$fg[green]%}🐍%{$fg[default]%}"
if [ -n "$VIRTUAL_ENV" ]; then if [ -n "$VIRTUAL_ENV" ]; then
local venv local venv
venv=$(basename ${VIRTUAL_ENV}) venv=$(basename ${VIRTUAL_ENV})