ll alias
authorAndrew Lorimer <andrew@lorimer.id.au>
Fri, 7 Jan 2022 04:24:31 +0000 (15:24 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Fri, 7 Jan 2022 04:24:31 +0000 (15:24 +1100)
zsh/.zshrc
index 14d27712329a1475dcbfcb11fbc2358ff1c81a49..97f78e094f1f3e40e54f418487ed356a2f768857 100755 (executable)
@@ -71,4 +71,7 @@ alias jcomp="convert -strip -interlace Plane -gaussian-blur 0.05 -quality 85%"
 # alias for git-repo
 alias repo="~/scripts/git-repo/repo"
 
+# ls -l alias
+alias ll="ls -l"
+
 alias chromium=/usr/bin/google-chrome-stable