From 6ac03faf939bcda8930a48a5e832b557813e2129 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 17 Feb 2020 18:58:07 -0800 Subject: [PATCH] Revert "add ubuntu and centos default ls aliases to magic_commands" This reverts commit 49c2701743706b6cbf0e52b2c7f275e301315189. --- jc/parsers/ls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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