Add color to the 🐍
This commit is contained in:
parent
eeab062d46
commit
f18ce4f55d
@ -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})
|
||||||
|
Loading…
Reference in New Issue
Block a user