diff --git a/jc/parsers/ls.py b/jc/parsers/ls.py index 66e49192..5912839e 100644 --- a/jc/parsers/ls.py +++ b/jc/parsers/ls.py @@ -151,7 +151,7 @@ class info(): # compatible options: linux, darwin, cygwin, win32, aix, freebsd compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd'] - magic_commands = ['ls', 'la', 'll', 'l.'] + magic_commands = ['ls'] __version__ = info.version