dots


commit
fc01599
parent
98a1435
author
xxwhirlpool
date
2026-05-02 11:54:41 -0400 EDT
starship prompt update, fixing `portfree`
2 files changed,  +7, -2
M config/.bashrc-mariposa
+1, -1
1@@ -188,7 +188,7 @@ portfree() {
2 	do
3 		continue
4 	done
5-	echo "$port"
6+	echo -n "$port"
7 }
8 
9 # print internal & external IPs
M config/.config/starship.toml
+6, -1
 1@@ -27,7 +27,12 @@ format = '[$user](bold lavender)[@](bold green)'
 2 style = "bold green"
 3 
 4 [[battery.display]]
 5-threshold = 0
 6+threshold = 10
 7+style = "bold red"
 8+
 9+[[battery.display]]
10+threshold = 30
11+style = "bold yellow"
12 
13 [env_var.ZMX_SESSION]
14 symbol = " "