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";