ljdaslkjdaslkj
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user