1

Modules/Fish: Update abbrs

This commit is contained in:
2026-03-20 10:32:12 +01:00
parent 807388d032
commit 6e999ffa02

View File

@ -132,6 +132,9 @@ in {
nb = "nix build -L"; nb = "nix build -L";
ns = "nix shell nixpkgs#"; ns = "nix shell nixpkgs#";
nr = "nix run"; nr = "nix run";
ghidra = "_JAVA_AWT_WM_NONREPARENTING=1 ghidra"; # env var for wayland
sy = "sudo -E -u ${username} yazi";
} }
# Abbrs only available if package is installed # Abbrs only available if package is installed
@ -157,10 +160,6 @@ in {
storage = "gdu"; storage = "gdu";
}) })
(abbrify pkgs.ghidra {
ghidra = "_JAVA_AWT_WM_NONREPARENTING=1 ghidra";
})
(abbrify pkgs.git { (abbrify pkgs.git {
gs = "git status"; gs = "git status";
gd = "git diff --output-indicator-new=' ' --output-indicator-old=' '"; gd = "git diff --output-indicator-new=' ' --output-indicator-old=' '";