##// END OF EJS Templates
d == ls -F --color==auto only if 'ls' is available
vivainio -
Show More
@@ -94,6 +94,9 b' def main():'
94 94 noext, ext = os.path.splitext(cmd)
95 95 ip.IP.alias_table[mapper(noext)] = (0,cmd)
96 96
97 if 'ls' in syscmds:
98 # use the colors of cygwin ls (recommended)
99 ip.magic('alias d ls -F --color=auto')
97 100 # mglob combines 'find', recursion, exclusion... '%mglob?' to learn more
98 101 ip.load("IPython.external.mglob")
99 102
General Comments 0
You need to be logged in to leave comments. Login now