1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Updated thefuck/rules/cd_cs.py comments to be more verbose

Thanks Scorphus!

Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
This commit is contained in:
Sid Shardanand 2021-03-21 19:40:01 +11:00 committed by GitHub
parent 020a162973
commit d87cec0e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,10 @@
# Redirects cs to cd when there is a typo
# Due to the proximity of the keys - d and s, I found this to be a common problem for me
# > cs /etc/
# Due to the proximity of the keys — d and s — this seems like a common typo
# ~ > cs /etc/
# cs: command not found
# ~ > fuck
# cd /etc/ [enter/↑/↓/ctrl+c]
# /etc >
def match(command):