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:
parent
020a162973
commit
d87cec0e98
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user