From 35ec71ee0b540a394a6ce27486e6ba335fabca84 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 1 Sep 2025 00:24:28 +0200 Subject: [PATCH] ljdaslkjdaslkj --- users/pbsds/home/profiles/shell.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/users/pbsds/home/profiles/shell.nix b/users/pbsds/home/profiles/shell.nix index 405d5f1..b1d1bb2 100644 --- a/users/pbsds/home/profiles/shell.nix +++ b/users/pbsds/home/profiles/shell.nix @@ -182,8 +182,11 @@ in ); # via nix-index-with-full-db - home.shellAliases.nlocate = "nix-locate --top-level --regex"; - home.shellAliases.nlocateo = mkArgsAlias ''nix-locate --top-level --regex "$@" | tr -s ' ' | cut -d' ' -f4''; + #home.shellAliases.nlocate = "nix-locate --top-level --regex"; + #home.shellAliases.nlocateo = mkArgsAlias ''nix-locate --top-level --regex "$@" | tr -s ' ' | cut -d' ' -f4''; + home.shellAliases.nlocate = "nix-locate --regex"; + home.shellAliases.nlocatea = "nix-locate --minimal --regex"; + home.shellAliases.nlocateo = mkArgsAlias ''nix-locate --regex "$@" | tr -s ' ' | cut -d' ' -f4''; home.shellAliases.kaomoji = "curl -s 'https://kaomoji.ru/en/' | htmlq tr td span --text | grep . | shuf | head -n1";