mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +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
|
# 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
|
# Due to the proximity of the keys — d and s — this seems like a common typo
|
||||||
# > cs /etc/
|
# ~ > cs /etc/
|
||||||
# cs: command not found
|
# cs: command not found
|
||||||
|
# ~ > fuck
|
||||||
|
# cd /etc/ [enter/↑/↓/ctrl+c]
|
||||||
|
# /etc >
|
||||||
|
|
||||||
|
|
||||||
def match(command):
|
def match(command):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user