SHARE WITH THE CLASS: What aliases are you using?
SHARE WITH THE CLASS: What aliases are you using?
From bash to zsh and everywhere in between, show me yours and I'll show you mines. Inspire others or get some feedback.
Simply copy & paste the output of alias in your terminal or add some comments to explain things for others.
Edit: Kbin users, click 'More' on a comment and use the fediverse link to read responses that have funky formatting
You're viewing a single thread.
vim grindset đȘ
alias q=exit alias :q=exit alias :wq=exit
15 0 Replyalias .=exit
3 0 ReplyThat would make my shell unusable, since some plugins use
.
/source
.3 0 Reply./ and . Are two different things to your shell
3 0 ReplyI know; I'm not talking about
./
. I put the slash outside the inline codeblock in the parent comment.My shell is setup with a chdir hook to
[[ -r. /.autoenv.zsh ]] && . ./.autoenv.zsh
.(Edit: Jerboa is bugged with "&" in codeblocks, that should be a "&&", not
&&
)2 0 ReplyAh, ok. For me it was an alias common in the university labs back on Ultrix. Became a habit way back then.
2 0 Reply
I have :q to exit too since i was trying to exit shell with :q. I guess (n)vim users cant exit their shells :)
2 0 Replywe spent so much time learning to exit vim, we forgot how to exit shell đ
2 0 Reply