Files
thefuck/thefuck/rules/sl_ls.py
T
2015-04-22 20:41:56 -05:00

15 lines
253 B
Python

"""
This happens way too often
When typing really fast cause I'm a 1337 H4X0R,
I often fuck up 'ls' and type 'sl'. No more!
"""
def match(command, settings):
return command.script == 'sl'
def get_new_command(command, settings):
return 'ls'