Shells

What shell does Jow Forums use? I really like fish but im using mksh instead thanks to scripts not working with fish 99% of the time

Attached: Sexy-Konata-lucky-star-35192856-500-528.jpg (500x528, 72K)

Other urls found in this thread:

github.com/PowerShell/PowerShell
chiru.no/a/booru/pool/view/1
twitter.com/NSFWRedditGif

Why, Microsoft PowerShell of course.

umm sweetie... are you okay? fish = friendly INTERACTIVE shell. It's not meant to be used for scripting. Keep bash installed for scripts and add #!/bin/bash at start of scripts so they're executed with bash.

tclsh is the best for scripting

I think bash is perfectly fine, although I use zsh locally.

Attached: 2018-10-01-015621_7680x4320_scrot.jpg (7680x4320, 3.92M)

GNU bash.

OK STOP
JUST STOP YOU DAMN CUNT
It's been 3 fucking days that im seeing your fucking scrot all over Jow Forums with your fucking resolution and your shitty loli wall that change everytime. I can understand you are begging for attention but fucking stop spamming rizon. Nobody care about your desktop. Especially on IRC.

>he uses some ruby meme shell
fuck off and use zsh

I use zsh with oh-my-zsh

How do you even read? Also it would be nice if you crop the screenshot instead of posting the whole thing. Better yet, don't post a screenshot at all! It's completely unnecessary in this post!

>add #!/bin/bash at start of scripts so they're executed with bash.
Bad habit. Bash might not be installed in /bin/. Correct:
#!/usr/bin/env bash
That goes for scripts in any language, e.g.
#!/usr/bin/env python3

I want to lick her feet.

newfag

Attached: 1310538590646.png (526x720, 491K)

Fish is super cozy, been using it for the last month and can't deal with vanilla bash anymore. Scripting sucks but as user said prefix your scripts with #/bin/bash or just run em from the shell with bash ./script.

Holy shit the vi mode is super godly too.

>prefix your scripts with #/bin/bash
Not good.

But the dookdato implosion hasn't occurred a second time yet

She probably smells like fish too lole


im hard

Use dash you hoes

i want to nakadashi konata

I want to creampie Konata's mouth

bash has vi mode too

>I really like fish
shit, me2

i meant dash
not bash

Not a shell.

Why fish over zsh?

because its very easy, works out of the box
it just works(TM)

Is env always installed in /usr/bin?

I can understand doing this for python and stuff, but I've never found a distro that installed bash in anywhere other than /bin/.
I think it's more likely some autist would put env somewhere other than /usr/bin than they would put bash in somewhere other than /bin

Please post wallpaper

pwsh
github.com/PowerShell/PowerShell

>not using /bin/sh
It's like you don't want to be portable

>I've never found a distro that installed bash in anywhere other than /bin/.
have you tried any OS besides GNU?
bash will be in /bin on any GNU system, of course, that's it's default shell, but it's not the default in other *nix OS's, bash is addon software elsewhere

It's here... somewhere... chiru.no/a/booru/pool/view/1

>have you tried any OS besides GNU?
Yes I have, and I've never seen it install anywhere other than /bin

It should if a trivial attempt has been made to implement a POSIX environment. Also, sh (Bourne shell) should be in /bin.

/usr/bin/env is a standard
/bin/bash is not
NixOS and GuixSD don't have bash in /bin.
Which one?

bash, fish isn't POSIX and zsh is too complicated.

NixOS has /bin/sh with a bash in /nix/store symlinked to it.

cringe

Tummies like these cannot possibly be as cute as they are.

Bash because it's got some nice quality of life features and is mostly POSIX compliant.

Yes, but there is no /bin/bash. That's what I meant.

Thanks

Attached: 1499964818676.png (700x900, 282K)

You can't creampie a mouth you baka

bash

>not just autostarting fish in your .bashrc
brainlet weebs leave

>Nobody care

I do, please keep posting!

Zsh and Fish

rbash

HolyC

Attached: terry.jpg (677x405, 41K)

zsh.
I like using fish, but the fact that it's not posix compatible and also has incompatible syntax has bitten me quite a few times.
That's why I now use zsh with the grml config.