Commit Diff


commit - c514eb917ab335c5ea76851ff0499fc7cd9f8a06
commit + 8098ffa8a37590a353673ed6ce87b869bc40692f
blob - 85153e3629e1d2d16bb3812a52641a266270a7b4
blob + 38f4453643b67a06e105b3534d34f0c4293f1318
--- .kshrc
+++ .kshrc
@@ -7,10 +7,10 @@
 #############################################################################
 
 if command -v colorls > /dev/null ; then
-	LS='colorls'
-	export CLICOLOR=1
-  else
-	LS='ls'
+    LS='colorls'
+    export CLICOLOR=1
+else
+    LS='ls'
 fi
 
 if [[ $(uname -s) == "Linux" ]]; then