From 0142034046ddf10026bebf8fa4857d53b09f7298 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 14 Apr 2025 16:06:49 +0200 Subject: modules/zsh: Set alias to {ll,lm} to their full path Both of these scripts are useless in $PATH and thus can be removed from it. --- modules/home.legacy/pkgs/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/home.legacy') diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix index 9cb360f4..fd8b811a 100644 --- a/modules/home.legacy/pkgs/default.nix +++ b/modules/home.legacy/pkgs/default.nix @@ -94,8 +94,6 @@ with pkgs; let fd # Simple, fast and user-friendly alternative to find ripgrep # A search tool that combines the usability of ag with the raw speed of grep file # Show information about a file - ll # Wrapper around `lf` to automatically change the path - lm # Wrapper around `ll` to automatically cd to the last accessed path ]; Programming = { -- cgit 1.4.1