3 Commits

Author SHA1 Message Date
Noah Masur
d09ee3337b update jj starship to remove git prompt 2026-03-06 20:18:20 -05:00
Noah Masur
22e1c9b8eb keep uv installed as an available program 2026-03-06 20:18:00 -05:00
Noah Masur
acd71623e4 remove my own extension from ff because it's not signed 2026-03-06 20:17:29 -05:00
3 changed files with 7 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ in
ublacklist ublacklist
vimium vimium
wappalyzer # TODO: only for work profile wappalyzer # TODO: only for work profile
pkgs.nmasur.firefox-history-exporter # pkgs.nmasur.firefox-history-exporter
# copy-as-markdown # copy-as-markdown
# saml-tracer # saml-tracer
# text-fragment # text-fragment

View File

@@ -49,7 +49,11 @@ in
custom = { custom = {
jj = { jj = {
when = "jj-starship detect"; when = "jj-starship detect";
shell = [ "jj-starship" ]; shell = [
"jj-starship"
"--no-jj-prefix"
"--no-git-prefix"
];
format = "$output "; format = "$output ";
}; };
}; };

View File

@@ -38,6 +38,7 @@ in
pkgs.nmasur.ocr # Converts images to text pkgs.nmasur.ocr # Converts images to text
pkgs.nmasur.aws-ec2 # Browse EC2 instances pkgs.nmasur.aws-ec2 # Browse EC2 instances
pkgs.nmasur.terraform-init # Quick shortcut for initializing Terraform backend pkgs.nmasur.terraform-init # Quick shortcut for initializing Terraform backend
pkgs.uv # Python packaging
]; ];
programs.fish.shellAliases.ec2 = "aws-ec2"; programs.fish.shellAliases.ec2 = "aws-ec2";