This commit is contained in:
Peder Bergebakken Sundt 2025-01-25 00:09:57 +01:00
parent 2a0b9a5eec
commit e3fa8f1f3a
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,4 @@
comma
];
home.shellAliases.fda = "fd --no-ignore --hidden";
home.shellAliases.afd = "fd --no-ignore --hidden";
}

View File

@ -157,6 +157,9 @@ in
#home.shellAliases.mv = "mv -i";
#home.shellAliases.cp = "cp -i";
home.shellAliases.fda = "fd --no-ignore --hidden";
home.shellAliases.afd = "fd --no-ignore --hidden";
home.shellAliases.inom = mkArgsAlias ''nom "$@" --system i686-linux -j0'';
home.shellAliases.inix = mkArgsAlias ''nix "$@" --system i686-linux -j0'';
home.shellAliases.rnom = mkArgsAlias ''nom "$@" --system riscv64-linux -j0'';