From d473645e559e9ba59c85e753568ac5c7dd8d28d9 Mon Sep 17 00:00:00 2001 From: ardentsword Date: Sun, 25 Oct 2015 22:57:35 +0100 Subject: [PATCH] Added -h to ll for easier reading --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index a7f3b51..4706be7 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -130,7 +130,7 @@ if [ -x /usr/bin/dircolors ]; then fi # some more ls aliases -alias ll='ls -alF' +alias ll='ls -alFh' alias la='ls -A' alias l='ls -CF'