ljdaslkjdaslkj

This commit is contained in:
2025-09-01 00:24:28 +02:00
parent f082f725f2
commit 35ec71ee0b

View File

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