##// END OF EJS Templates
added comment on reason for seperate ls_alias for OpenBSD/NetBSD
bsvh -
Show More
@@ -70,7 +70,8 b' def default_aliases():'
70 ('lx', 'ls -F -o --color %l | grep ^-..x'),
70 ('lx', 'ls -F -o --color %l | grep ^-..x'),
71 ]
71 ]
72 elif sys.platform.startswith('openbsd') or sys.platform.startswith('netbsd'):
72 elif sys.platform.startswith('openbsd') or sys.platform.startswith('netbsd'):
73 # OpenBSD, NetBSD
73 # OpenBSD, NetBSD. The ls implementation on these platforms do not support
74 # the -G switch and lack the ability to use colorized output.
74 ls_aliases = [('ls', 'ls -F'),
75 ls_aliases = [('ls', 'ls -F'),
75 # long ls
76 # long ls
76 ('ll', 'ls -F -l'),
77 ('ll', 'ls -F -l'),
General Comments 0
You need to be logged in to leave comments. Login now