From 04d71f279085ee0de750a1b97a2f0d9640b891b5 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 11 Oct 2021 04:01:07 -0400 Subject: [PATCH] update powerline options --- modules/cli.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/cli.nix b/modules/cli.nix index 206330f..968b67f 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -3,9 +3,10 @@ let powerlineOpts = [ "-mode=flat" "-colorize-hostname" - "-cwd-mode=dironly" + "-cwd-mode=plain" "-modules=user,host,cwd,nix-shell,git,jobs" "-git-assume-unchanged-size 0" + "-jobs $(jobs -p | wc -l)" ]; system-rev = toString config.system.nixos.revision;