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>
Thu, 14 Apr 2022 12:01:35 +0000 (22:01 +1000)
zsh/.zshrc
index c8438e6a22492aab0095af382cab8a4ebed2100e..b556bade67f281c0fa52cd3d0f40665ef29365e3 100755 (executable)
@@ -53,3 +53,5 @@ plugins=(git)
 
 source $ZSH/oh-my-zsh.sh
 
+# ls -l alias
+alias ll="ls -l"