nvbn/thefuck

View on GitHub
thefuck/rules/sl_ls.py

Summary

Maintainability
A
0 mins
Test Coverage
"""
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):
    return command.script == 'sl'


def get_new_command(command):
    return 'ls'