I keep telling myself that I will never break down and add the following to my .bash_aliases file
alias mdkir=mkdir
But it's so, so tempting.
I keep telling myself that I will never break down and add the following to my .bash_aliases file
alias mdkir=mkdir
But it's so, so tempting.
Curtis "Ovid" Poe (he/him)
Unknown parent • • •Curtis "Ovid" Poe (he/him)
Unknown parent • • •@dch On a related note: I can't tell you how many times I've typed the following:
pythong path/to/program
I have NO idea why I do that. It's not like I ever type "thong," but my fingers are hallucinating programming languages.
#Python
Curtis "Ovid" Poe (he/him)
in reply to Curtis "Ovid" Poe (he/him) • • •I will confess to having the following in my .bash_aliases:
alias :e="vim"
Vftdan
in reply to Curtis "Ovid" Poe (he/him) • • •cabbr nvim visual
(actually, it has additional logic to only trigger at the start of a command)
Julia
in reply to Curtis "Ovid" Poe (he/him) • • •GitHub - nvbn/thefuck: Magnificent app which corrects your previous console command.
GitHubCurtis "Ovid" Poe (he/him) reshared this.
Curtis "Ovid" Poe (he/him)
in reply to Julia • • •@julia That's glorious 😃
I plead guilty to: cat_dir – replaces cat with ls when you try to cat a directory;
Massa 👽 Humberto
in reply to Curtis "Ovid" Poe (he/him) • • •Curtis "Ovid" Poe (he/him)
in reply to Massa 👽 Humberto • • •Lapo Luchini
in reply to Curtis "Ovid" Poe (he/him) • • •I write it like that probably some 70% of the times.
gram
in reply to Curtis "Ovid" Poe (he/him) • • •@dch
My number one typo is pyhton, for some reason.
luap
in reply to Curtis "Ovid" Poe (he/him) • • •Curtis "Ovid" Poe (he/him)
in reply to luap • • •@luap Close, but what you really want is:
alias emacs=vim
Makes pair programming so much more fun!
:wq
#emacs #vim
Victor Moral ⁂ likes this.
Trix
in reply to Curtis "Ovid" Poe (he/him) • • •alias vi=emacs
Is how I became an emacs user. 🙂
BB
in reply to Curtis "Ovid" Poe (he/him) • • •@luap
8r0fHA6Z
in reply to BB • • •BB
in reply to 8r0fHA6Z • • •Jim Spath
in reply to Curtis "Ovid" Poe (he/him) • • •Tim Kellogg
in reply to Curtis "Ovid" Poe (he/him) • • •i have a script called `gi` that removes the first letter from the first argument and passes args to git
gi tpush => git push
it also leaves a harassing message to myself to type better next time
Lapo Luchini likes this.
Brie Mmm
in reply to Curtis "Ovid" Poe (he/him) • • •silverwizard
in reply to Curtis "Ovid" Poe (he/him) • •@Curtis "Ovid" Poe (he/him) @:flan_whmage: :flan_q: I also end up typing pythong all the time, I never type thong, what is it about that?
my most common one is dokcer
luap
Unknown parent • • •alias emacs=wine notepad.exe ?
Curtis "Ovid" Poe (he/him)
in reply to luap • • •@luap @l13u7anant
Reminds me of years ago when a new developer (switching from C++ to #Perl) joined a team I was on. We asked him if he preferred #emacs or #vim. He replied, "nano."
He didn't last long.
Victor Moral ⁂ likes this.
Holger Schurig
in reply to Curtis "Ovid" Poe (he/him) • • •If you would make me switch from C++ to Perl, I wouldn't have lasted long either
(Generally, these programming languages are used for very different problems to solve. So switching from one to the other - if the problem space stays identical - really sounds weird)
Oh and yes, I got the Nano thing
Curtis "Ovid" Poe (he/him)
in reply to Holger Schurig • • •Curtis "Ovid" Poe (he/him)
in reply to Holger Schurig • • •Andrew Hewus Fresh reshared this.
Jay Hannah
in reply to Curtis "Ovid" Poe (he/him) • • •