disabling starship language modules

This commit is contained in:
Miguel Palhas
2025-07-07 13:21:06 +01:00
parent bfaf0d46d9
commit 3f78498f09
2 changed files with 28 additions and 3 deletions
Generated
+3 -3
View File
@@ -921,11 +921,11 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1751512826, "lastModified": 1751858709,
"narHash": "sha256-7ZacraAVWZBXGlg+UoPsZs+DACSsKJKTnCA83nXT6rM=", "narHash": "sha256-xghd1GDPRSa6aD6tEk2JCuQDZWdHITlCA/stwSVoZJQ=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "fedb07931fc9b162a972b8966fdd9ba76273a590", "rev": "216dd333fa41aa013bf8aab9322d7c1a2aee5b4a",
"type": "github" "type": "github"
}, },
"original": { "original": {
+25
View File
@@ -87,6 +87,31 @@
enable = true; enable = true;
settings = { settings = {
add_newline = true; add_newline = true;
# Disable language modules to keep prompt short
nodejs.disabled = true;
npm.disabled = true;
python.disabled = true;
rust.disabled = true;
golang.disabled = true;
java.disabled = true;
ruby.disabled = true;
php.disabled = true;
elixir.disabled = true;
elm.disabled = true;
haskell.disabled = true;
julia.disabled = true;
kotlin.disabled = true;
lua.disabled = true;
nim.disabled = true;
nix_shell.disabled = true;
ocaml.disabled = true;
perl.disabled = true;
purescript.disabled = true;
scala.disabled = true;
swift.disabled = true;
terraform.disabled = true;
zig.disabled = true;
}; };
}; };