diff --git a/ll b/ll index c482147..5a5d1c0 100755 --- a/ll +++ b/ll @@ -1,3 +1,3 @@ #!/bin/bash -ls -lha "$@" +ls -lha --color=yes "$@"