From 7af21a9cdeed5aa0557989c18bce9359a0478d54 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 27 Jul 2023 12:52:32 +0900 Subject: fix(home/base): remove exa duplicates --- home/profiles/base/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'home/profiles') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 0b9ffbe..df2e672 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -145,8 +145,6 @@ in nvimdiff = "nvim -d"; } // lib.optionalAttrs (pkgs.stdenv.isDarwin) { # /nixos/modules/config/shells-environment.nix - ls = "ls --color=tty"; - ll = "ls -l"; l = "ls -alh"; }; -- cgit 1.4.1