about summary refs log tree commit diff
path: root/config/starship
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2026-04-08 15:07:12 +0100
committervenomade <venomade@venomade.com>2026-04-08 15:07:12 +0100
commitd422bc2b77ece72be1098bf05728275ef3306ee5 (patch)
tree8b6b6f0da228dc99f36d91cf7841c425963e73f5 /config/starship
parenta6543a0ba0e5399515e3dbe507a8bd12958839cc (diff)
Before the Return of the Mac HEAD master
Asahi Bugs
- Forked GL is very annoying to deal with
- Fairydust branch requires 8GB of RAM for display
- AArch64 Linux is not very compatible with much software
- DRM and other video related things are buggy/do not work
- Updating can often break fairydust
Diffstat (limited to 'config/starship')
-rw-r--r--config/starship/config.toml16
1 files changed, 7 insertions, 9 deletions
diff --git a/config/starship/config.toml b/config/starship/config.toml
index d9cd4d2..00e6b86 100644
--- a/config/starship/config.toml
+++ b/config/starship/config.toml
@@ -5,7 +5,6 @@
 add_newline = true
 
 format = """
-${custom.linux}
 $nix_shell\
 $directory\
 $git_branch\
@@ -22,13 +21,13 @@ $cmd_duration\
 $line_break\
 $character"""
 
-[custom.linux]
-format = '[$symbol \[$output\]]($style) '
-symbol = ' '
-command = "cat /etc/os-release | grep '^ID=' | sed 's/ID=//' | sed 's/^./\\U&/'"
-os = 'linux'
-style = 'bold #f5e0dc'
-when = true
+#[custom.linux]
+#format = '[$symbol \[$output\]]($style) '
+#symbol = ' '
+#command = "cat /etc/os-release | grep '^ID=' | sed 's/ID=//' | sed 's/^./\\U&/'"
+#os = 'linux'
+#style = 'bold #f5e0dc'
+#when = true
 
 [nix_shell]
 format = '[$symbol]($style) '
@@ -94,4 +93,3 @@ error_symbol = '[󰘧](bold #f38ba8)'
 
 # TODO
 # - [direnv]
-