Live data from Hacker News

SL(1): Cure your bad habit of mistyping

github.com

61–63 of 63 posts

Re: SL(1): Cure your bad habit of mistyping

#61
post #56
post #10

I added an alias 'll'. alias ll='ls -Glopa' and while I was at it alias cls='clear && printf \\e[3J' Yes, I grew up using MS DOS, why do you ask?

> alias ll='ls -Glopa' Does not the -o make both the -G and -l unnecessary?

Durp, you are correct. No idea how it ended up that way.

Re: SL(1): Cure your bad habit of mistyping

#63
post #52

Earlier quoted context omitted.

This sounded interesting but too magicky to me and I did a google search. Most of the top results are about how to disable or limit it. :) I believe I experienced this kind of feature with fish and it was one of the reasons I didn't like it. (Most things cannot be user configured away in fish).

It works fine for me. I do have `correct_all` unset, which makes it only apply to the command and not the arguments.

I will check it out. I am sure it can be configured to work reasonably on zsh.
Post reply on HN