Modules/Fish: Update abbrs
This commit is contained in:
@ -132,6 +132,9 @@ in {
|
||||
nb = "nix build -L";
|
||||
ns = "nix shell nixpkgs#";
|
||||
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
|
||||
@ -157,10 +160,6 @@ in {
|
||||
storage = "gdu";
|
||||
})
|
||||
|
||||
(abbrify pkgs.ghidra {
|
||||
ghidra = "_JAVA_AWT_WM_NONREPARENTING=1 ghidra";
|
||||
})
|
||||
|
||||
(abbrify pkgs.git {
|
||||
gs = "git status";
|
||||
gd = "git diff --output-indicator-new=' ' --output-indicator-old=' '";
|
||||
|
||||
Reference in New Issue
Block a user