diff options
author | makefu <github@syntax-fehler.de> | 2015-07-24 23:13:16 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-24 23:13:16 +0200 |
commit | 51a698475ea5f2ac7c8ac2a4a8df26905e4af4c1 (patch) | |
tree | 69e6163becb9158d0a342dec45571322c74e76e7 /2configs/makefu | |
parent | f9c46e9d43c765d426f88f0f318bf02962a67578 (diff) |
makefu: ls -lAtr
Diffstat (limited to '2configs/makefu')
-rw-r--r-- | 2configs/makefu/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/makefu/base.nix b/2configs/makefu/base.nix index b1dd83049..25b80930b 100644 --- a/2configs/makefu/base.nix +++ b/2configs/makefu/base.nix @@ -66,7 +66,7 @@ with lib; }; environment.shellAliases = { - lsl = "ls -latr"; + lsl = "ls -lAtr"; }; nixpkgs.config.packageOverrides = pkgs: { |