summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-03-09 17:27:50 -0700
committerBen Sima <ben@bsima.me>2020-03-09 17:27:50 -0700
commitad49b2eb504f16b825974c56cec77b0a43b0988c (patch)
tree6974e8ee2bd0fc7e9e7ee160758045d462fe1bf0 /lib/common.nix
parentd9185defe4be314bdf2154994892186bb0f62292 (diff)
Add dotfiles and human-readable sizes to ll alias
Diffstat (limited to 'lib/common.nix')
-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";