#118 Make ls_lah disabled by default
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
enabled_by_default = False
|
||||
|
||||
|
||||
def match(command, settings):
|
||||
return ('ls' in command.script and not ('ls -' in command.script))
|
||||
return 'ls' in command.script and not ('ls -' in command.script)
|
||||
|
||||
|
||||
def get_new_command(command, settings):
|
||||
command = command.script.split(' ')
|
||||
|
||||
Reference in New Issue
Block a user