fix fda
This commit is contained in:
parent
2a0b9a5eec
commit
e3fa8f1f3a
@ -81,7 +81,4 @@
|
||||
comma
|
||||
];
|
||||
|
||||
home.shellAliases.fda = "fd --no-ignore --hidden";
|
||||
home.shellAliases.afd = "fd --no-ignore --hidden";
|
||||
|
||||
}
|
||||
|
@ -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'';
|
||||
|
Loading…
Reference in New Issue
Block a user