From b379e3c3b51c1453f77abff6841b315a3ba3808d Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 11 Nov 2025 16:27:07 +0100 Subject: Add python venv to powerline --- system/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/.bashrc') diff --git a/system/.bashrc b/system/.bashrc index 9d74f8f..4b59c4b 100644 --- a/system/.bashrc +++ b/system/.bashrc @@ -122,8 +122,8 @@ function _update_ps1() { PS1="$( $HOME/bin/powerline-go \ -max-width 40 \ - -modules host,user,cwd,git,nix-shell,jobs,exit \ - -priority host,user,git,cwd,nix-shell,jobs,exit \ + -modules host,venv,cwd,git,nix-shell,jobs,exit \ + -priority host,git,venv,cwd,nix-shell,jobs,exit \ -error $? \ -git-disable-stats untracked \ -hostname-only-if-ssh \ -- cgit v1.2.3