git: 9front

Download patch

ref: fc259cdd8b773af0959ef28b6cb4065c3f96dbb6
parent: 1f9b53648cf0133647696c963bb412bab6f2313f
author: aiju <devnull@localhost>
date: Sun Apr 17 16:34:22 EDT 2011

made lc -F default

--- a/rc/bin/lc
+++ b/rc/bin/lc
@@ -1,2 +1,2 @@
 #!/bin/rc
-ls -p $* | mc
+ls -pF $* | mc
--