From ad49b2eb504f16b825974c56cec77b0a43b0988c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 9 Mar 2020 17:27:50 -0700 Subject: Add dotfiles and human-readable sizes to ll alias --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index f0c3404..4fa34a3 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -158,7 +158,7 @@ in gp = "git push origin HEAD"; gs = "git status -sb"; hs = "home-manager switch"; - ll = "ls -l"; + ll = "ls -lah"; pull = "git pull"; push = "git push"; rm = "rm -i"; -- cgit v1.2.3