Add option to hide python version

This commit is contained in:
Maximilian Schambach
2024-02-09 12:54:58 +01:00
parent 05c0765c4e
commit 7ff4d6a3b3
2 changed files with 8 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ This theme is based loosely on [agnoster][btf-agnoster].
### Configuration
You can override some of the following default options in your `config.fish`:
You can override some of the following default options in your `config.fish` or `.conf/omf/init.fish`:
```fish
set -g theme_display_git no
@@ -83,6 +83,7 @@ set -g theme_display_docker_machine no
set -g theme_display_k8s_context yes
set -g theme_display_hg yes
set -g theme_display_virtualenv no
set -g theme_hide_python_version yes
set -g theme_display_nix no
set -g theme_display_ruby no
set -g theme_display_node yes