I regularly mistype ~/Desktop/files
as `/Desktop/files
. Is there a way for zsh to help me autocorrect this? I am using the prezto
zsh installation. Thanks.
Asked
Active
Viewed 114 times
2
-
1I doubt you want this correction in general; ` is quite a useful character in shell programming... – Oliver Charlesworth Feb 15 '14 at 17:32
-
` `...` ` can, and should, be replaced with `$(...)`. – chepner Feb 15 '14 at 18:28
-
I have a similar problem; I mistype `~/` as `~?` regularly. – docwhat Jun 06 '14 at 16:55