aboutsummaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-15 07:18:23 +0000
committerAkshay <[email protected]>2022-01-15 07:18:23 +0000
commit851ccfefa0cecfb28180904d9d5051067a6e3a0c (patch)
treec7cfec68cf4fe6e344260ab09c81bab86252371d /programs
parentb71b8335bbbdf82e6605c5b016b326ab90a9974e (diff)
minor
Diffstat (limited to 'programs')
-rw-r--r--programs/bash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/bash.nix b/programs/bash.nix
index fcde389..82e5c67 100644
--- a/programs/bash.nix
+++ b/programs/bash.nix
@@ -63,7 +63,7 @@
63 GIT_INDEX_MODIFIED_COLOR = "yellow"; 63 GIT_INDEX_MODIFIED_COLOR = "yellow";
64 BRANCH_COLOR = "bright black"; 64 BRANCH_COLOR = "bright black";
65 COMMIT_COLOR = "green"; 65 COMMIT_COLOR = "green";
66 PF_INFO = "ascii title os kernel uptime pkgs shell "; 66 PF_INFO = "ascii title os kernel uptime pkgs shell";
67 PF_SEP = " "; 67 PF_SEP = " ";
68 PF_COL1 = 7; 68 PF_COL1 = 7;
69 PF_COL2 = 7; 69 PF_COL2 = 7;