From e3fa8f1f3aa42ffaf8c783e28ca5044665b298f1 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sat, 25 Jan 2025 00:09:57 +0100 Subject: [PATCH] fix fda --- profiles/shell.nix | 3 --- users/pbsds/home/profiles/shell.nix | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/shell.nix b/profiles/shell.nix index 4150623..3f57288 100644 --- a/profiles/shell.nix +++ b/profiles/shell.nix @@ -81,7 +81,4 @@ comma ]; - home.shellAliases.fda = "fd --no-ignore --hidden"; - home.shellAliases.afd = "fd --no-ignore --hidden"; - } diff --git a/users/pbsds/home/profiles/shell.nix b/users/pbsds/home/profiles/shell.nix index 89aa76d..816f181 100644 --- a/users/pbsds/home/profiles/shell.nix +++ b/users/pbsds/home/profiles/shell.nix @@ -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'';