mirror of
https://github.com/itme-brain/bash.git
synced 2026-03-23 17:59:44 -04:00
fix python and nix icons
This commit is contained in:
parent
25d055514d
commit
930620e2ef
1 changed files with 2 additions and 2 deletions
4
prompt
4
prompt
|
|
@ -27,9 +27,9 @@ check_venv() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if _has_graphics; then
|
if _has_graphics; then
|
||||||
py=""
|
py=""
|
||||||
js=""
|
js=""
|
||||||
nix=""
|
nix=""
|
||||||
else
|
else
|
||||||
py="py"
|
py="py"
|
||||||
js="js"
|
js="js"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue