1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

add ubuntu and centos default ls aliases to magic_commands

This commit is contained in:
Kelly Brazil
2020-02-17 18:55:03 -08:00
parent d1a271b08e
commit 49c2701743

View File

@ -151,7 +151,7 @@ class info():
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd']
magic_commands = ['ls']
magic_commands = ['ls', 'la', 'll', 'l.']
__version__ = info.version