themes/luan: Define python venv as optional

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
This commit is contained in:
Askaiant
2023-02-07 20:50:23 +01:00
committed by Koichi Murase
parent 59f6ef145b
commit e3ecc9738c
3 changed files with 12 additions and 1 deletions

View File

@@ -64,6 +64,9 @@ OSH_THEME="font"
# this variable. The default behavior for the empty value is "true".
OMB_USE_SUDO=true
# To disable display of Python virtualenv
# OMB_PROMPT_SHOW_PYTHON_VENV=false
# Which completions would you like to load? (completions can be found in ~/.oh-my-bash/completions/*)
# Custom completions may be added to ~/.oh-my-bash/custom/completions/
# Example format: completions=(ssh git bundler gem pip pip3)