repos / dotfiles

my dotfiles

commit
1006fbe
parent
dd3fe45
author
Eric Bower
date
2026-01-23 15:18:05 -0500 EST
chore: changes
2 files changed,  +5, -1
M dot_config/fish/config.fish
+4, -0
 1@@ -66,6 +66,10 @@ if type -q direnv
 2   direnv hook fish | source
 3 end
 4 
 5+if type -q zmx
 6+  zmx completions fish | source
 7+end
 8+
 9 functions -c fish_prompt _original_fish_prompt 2>/dev/null
10 
11 function fish_prompt --description 'Write out the prompt'
M dot_config/waybar/config
+1, -1
1@@ -17,7 +17,7 @@
2 	},
3   "river/tags": {
4     "num-tags": 9,
5-    "tag-labels": [ "1", "2", "3", "4", "5", "6", "7", "8", "9" ]
6+    "tag-labels": [ "1:browser", "2:chat", "3:term", "4:pico", "5:zmx", "6:dot", "7", "8", "9" ]
7   },
8   "river/layout": {
9     "format": "{}",