diff options
Diffstat (limited to 'modules/home.legacy/pkgs')
-rw-r--r-- | modules/home.legacy/pkgs/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix index 3d48287f..d75504b4 100644 --- a/modules/home.legacy/pkgs/default.nix +++ b/modules/home.legacy/pkgs/default.nix @@ -163,7 +163,6 @@ with pkgs; let 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 - show # Wrapper around `less` to show a file (similar to the `cat <FILE>` pattern). ]; Editors = [ |