Using a shell other than bash

>using a shell other than bash
for what purpose?

Other urls found in this thread:

rc.cat-v.org
twitter.com/SFWRedditVideos

I use PHP as a calculator

Because zsh is bash + path/command completion/correction, where instead bash just tells you to fuck off.

because of improved tab auto completion
because of improved history

you cant use a search engine, moron?

Reminds you of a gay club, does it? Makes you feel nice and at home, huh?

i use eshell XD

Frogs are fucking stupid.
>being this mad

Looks gay as fuck my man.

Fish is a nice shell. Don't bully.

What's with all the faggy colors?

Fish is noice.

wut font is dat

Bash is bloat, GPL3, and insecure. dash and ksh are far superior.

>features are bloat

dumb frog poster thread

>Extra 25 kb adds command completion
BLOAT

>posting frogs
for what propuse?

>using a shell other than rc
its like youre stuck in 1980 with a bunch of bloated features on top of it.
rc.cat-v.org

fish shell is nice

I only use bash because I'm too lazy to evaluate the alternatives like zsh or fish.

Extreme frogposting.

What is this called?

rc is interesting as a scripting tool, but interactively it sucks chodes.

IMO its good enough. Even has file tab completion on unices.

Looks like z shell
Just switch to a different one and try it for awhile

"Good enough" is why Plan 9 flopped to begin with, modern features in a shell are never a bad thing.

#!/bin/bash
echo $((2+2))

should a shell have many features tho?
I mean, its all done by the utils; and about file descriptors and syntax rc is actually the modernest of the shells
#!/usr/bin/dc
2
2
+p

...

zsh's tab completion is amazing. It's the reason I use it.

zsh shell completion sucks donkey dick. It's the reason I apt-get purged it.

There's people on this board who will shill anything.
zsh, windows 10, even bsd.

i dont. many distros depend on bash so another shell would just be bloat. (you get a warning on debian if you try to remove bash because many things on the distro uses bash scripts)

Why is frogposting even allowed.

>not using fish
it's like you don't like pretty colors

No idea, but 9999/10000 they are stupid, uninformed, and shitpost based.

It's more about increasing interactivity in a way that only the shell itself can provide effectively.

or is it?

>alt right amphibian
You domestic terrorists deserve whays coming

kill yourself, numale

Bash is slow as balls (lol)

compare with running your script with ksh93

I've made some observations about people who use zsh and I know why most of them think it's better than bash.

People switch to zsh either to be special snowflakes or because they see cool zsh prompts in desktop threads or because they hear it has better completion (I personally don't think it does).
Most of them have no idea that the same look can be achieved with bash, that you can embed commands into your PS1, they probably haven't heard of PS2, PS3 and PS4 and they probably don't even know what readline is.
They haven't heard of inputrc, they don't know how to add custom keybinds to macros in bash, they don't know that you can change the editing mode of the interactive shell to be Vi-like.
They don't know about incremental search nor do they know about different completion settings.

Some may say that it's better for scripting, but scripting in a non standard shell is pointless, since you still need to know POSIX scripting and in most cases bash, since it has more features than sh and unlike zsh it's everywhere.
If you want to use a sane language for scripting, use python or if you're working on a larger project, you might also want to consider using a non interpreted programming language like C.

Zsh users are mostly ignorant impresionable people, hipsters of all sorts including nu-male macfag webdev sitting at starbucks types and most of them like to pretend to be cool for using a non standard shell while barely having scratched the surface of bash/readline and I do not want to be associated with them in any way.
In order to make an informed decision about which shell to use, you've got to at least know the basics of both shells and what readline is and what you can do with it.

I personally don't see a valid reason to switch to zsh. I think zsh is bloat mostly for the sake of it.
There might be valid reasons to use zsh, but most people certainly don't do it for valid reasons.