mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
change python color
This commit is contained in:
parent
3b68af8c91
commit
3bb1fc16de
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ function check_venv() {
|
||||||
venv_icons+="$nix_icon"
|
venv_icons+="$nix_icon"
|
||||||
|
|
||||||
if [ -n "$VIRTUAL_ENV" ]; then
|
if [ -n "$VIRTUAL_ENV" ]; then
|
||||||
python_icon="\[\033[01;31m\] \[\033[00m\]"
|
python_icon="\[\033[01;96m\] \[\033[00m\]"
|
||||||
venv_icons+="$python_icon"
|
venv_icons+="$python_icon"
|
||||||
fi
|
fi
|
||||||
if [ -d "''${git_root}/node_modules" ]; then
|
if [ -d "''${git_root}/node_modules" ]; then
|
||||||
node_icon="\[\033[01;33m\] \[\033[00m\]"
|
node_icon="\[\033[01;93m\] \[\033[00m\]"
|
||||||
venv_icons+="$node_icon"
|
venv_icons+="$node_icon"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue