dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6f646c39b2914e3613bfabbee335c8f7a665acde
parent e26c6fb3b93ae07e112fd04a0519c277a7b45b1e
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Mon, 17 Nov 2025 18:17:02 +0100

starship: update config

Diffstat:
Mshell/starship.toml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/shell/starship.toml b/shell/starship.toml @@ -21,11 +21,16 @@ add_newline = false # Right prompt right_format = """\ $jobs\ +$python\ $cmd_duration\ $time""" continuation_prompt = '▶▶ ' +[python] +pyenv_version_name = true +format = '[(${symbol}$virtualenv )]($style)' + [jobs] symbol = ''