working on starship

This commit is contained in:
2026-03-11 14:37:41 +01:00
parent 849e35b939
commit 610a3a1e98
3 changed files with 337 additions and 337 deletions
+335 -335
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1343,7 +1343,7 @@ This file sets up starship prompt
# Here, we use `readFile` to include the file directly # Here, we use `readFile` to include the file directly
configFile = "${./assets/system/conf/starship.toml}"; configFile = "${./assets/system/conf/starship.toml}";
}; };
} };
} }
#+END_SRC #+END_SRC
@@ -39,5 +39,5 @@
# Here, we use `readFile` to include the file directly # Here, we use `readFile` to include the file directly
configFile = "${./assets/system/conf/starship.toml}"; configFile = "${./assets/system/conf/starship.toml}";
}; };
} };
} }