aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorCamil Staps2025-11-11 16:27:07 +0100
committerCamil Staps2025-11-11 16:27:07 +0100
commitb379e3c3b51c1453f77abff6841b315a3ba3808d (patch)
treefc9631c76367a12ba74a77d10216ed794698bf9f /system
parentMake calculator/htop floating windows sticky (not tied to any workspace) (diff)
Add python venv to powerline
Diffstat (limited to 'system')
-rw-r--r--system/.bashrc4
1 files changed, 2 insertions, 2 deletions
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 \