summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.nix2
1 files changed, 1 insertions, 1 deletions
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";