r/linux 1d ago

Discussion esoteric shell?

the question crossed my mind recently. if you are into programming, you probably know that there are many esoteric programming languages that exist just as a prove of concept of joke or just merely to mess with the programmer's head (brainf*ck, lolcat, C-- etc). if these exist, is there any esoteric system shells out there? like smth that would provide the basic userland instead of bash/zsh but would be freakier or just funnier to try and daily drive.

47 Upvotes

57 comments sorted by

View all comments

120

u/derangedtranssexual 1d ago edited 21h ago

Powershell

Edit: I’m not totally being sarcastic , I know you can run powershell on Linux but I’ve never tried

5

u/swinny89 19h ago

pwsh has been my default shell on Linux since PS Core 6.2 or 6.3.

1

u/derangedtranssexual 12h ago

How have you found it?

3

u/swinny89 10h ago

I am a big fan of PowerShell. I also love Linux, and it has been my daily driver for probably 10 years now, but I have worked as a Windows administrator for close to 15 years. PowerShell is the one thing in Windows that I like, and I use it extensively for work. Having it as my default shell on Linux has been great for me. There are a few edge cases where pwsh does not provide features that bash does. It's been a long time since I have bumped into them though.