ll alias
[dotfiles.git] / 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"