diff options
author | Ben Sima <ben@bsima.me> | 2020-03-09 17:27:50 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-03-09 17:27:50 -0700 |
commit | ad49b2eb504f16b825974c56cec77b0a43b0988c (patch) | |
tree | 6974e8ee2bd0fc7e9e7ee160758045d462fe1bf0 /lib | |
parent | d9185defe4be314bdf2154994892186bb0f62292 (diff) |
Add dotfiles and human-readable sizes to ll alias
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 |
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"; |