diff options
author | sefidel <contact@sefidel.net> | 2023-07-27 12:52:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-27 12:52:32 +0900 |
commit | 7af21a9cdeed5aa0557989c18bce9359a0478d54 (patch) | |
tree | 97ecae37de6dee7cc4d0e0536dad10bd6c6f0328 /home/profiles/base | |
parent | d030ca9699e89a08e3a762d39d5079b3cbd5032a (diff) | |
download | nixrc-7af21a9cdeed5aa0557989c18bce9359a0478d54.tar.gz nixrc-7af21a9cdeed5aa0557989c18bce9359a0478d54.zip |
fix(home/base): remove exa duplicates
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
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) { # <nixpkgs>/nixos/modules/config/shells-environment.nix - ls = "ls --color=tty"; - ll = "ls -l"; l = "ls -alh"; }; |