summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-24 23:13:16 +0200
committermakefu <github@syntax-fehler.de>2015-07-24 23:13:16 +0200
commit51a698475ea5f2ac7c8ac2a4a8df26905e4af4c1 (patch)
tree69e6163becb9158d0a342dec45571322c74e76e7 /2configs
parentf9c46e9d43c765d426f88f0f318bf02962a67578 (diff)
makefu: ls -lAtr
Diffstat (limited to '2configs')
-rw-r--r--2configs/makefu/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/makefu/base.nix b/2configs/makefu/base.nix
index b1dd8304..25b80930 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: {