Why I Switched Back to Bash, And Why You Should Too

  Рет қаралды 34,819

The Linux Cast

The Linux Cast

11 ай бұрын

Today I talk about my recent switch away from ZSH and to Bash.
👇 PULL IT DOWN FOR THE GOOD STUFF 👇
Patreon - / thelinuxcast
Paypal - paypal.me/thelinuxcast
KZfaq - / @thelinuxcast
Ko-fi - ko-fi.com/thelinuxcast
===== Follow us 🐧🐧 ======
Discord - / discord
Odysee - odysee.com/$/invite/@thelinux...
TILvids(Peertube) - tilvids.com/c/thelinuxcast_ch...
Mastodon- fosstodon.org/@thelinuxcast
gitlab.com/thelinuxcast
Matrix - matrix.to/#/#the-linux-cast:matrix.org
The Website thelinuxcast.org
Contact us email@thelinuxcast.org
Amazon Wishlist - www.amazon.com/hz/wishlist/ls...
Logo Courtesy of - pedropaulo.net
Intro Courtesy of - www.fragcgi.com/?i=1
==== Special Thanks to Our Patrons! ====
thelinuxcast.org/patrons/
#bash #zsh #thelinuxcast

Пікірлер: 211
@TheLinuxCast
@TheLinuxCast 11 ай бұрын
Want more Linux content? Give me a follow over on Mastodon! fosstodon.org/@thelinuxcast
@DudeSoWin
@DudeSoWin 11 ай бұрын
What about dash?
@RonAsimi
@RonAsimi 7 ай бұрын
Sounds like the problem wasn't zsh, sounds like the problem was your shitty config
@Nalla-perumal
@Nalla-perumal 20 күн бұрын
@TheLinuxCast is that a tutorial created? Available! ? please provide some updates...
@minigpracing3068
@minigpracing3068 11 ай бұрын
Of course a tutorial on making bash "more useful" would be welcome.
@ukyoize
@ukyoize 11 ай бұрын
Yeah. Sometimes you don't even know if some useful feature even exists.
@milohoffman274
@milohoffman274 11 ай бұрын
As someone who came from the UNIX world, I can tell you bash is a fantastic full featured shell compared to the Bourne sh shell we used back then.
@the_linux_legend6199
@the_linux_legend6199 11 ай бұрын
I know that a lot of people will go to zsh or fish because of the syntax highlighting and autocompletion which is nice. But bash actually has this as well, it is a project called blesh and it makes bash probably better than zsh and maybe even fish. This project is the reason ive been using bash for 3 years now.
@tienbui8813
@tienbui8813 11 ай бұрын
yes, I actually used blesh before switch to zsh, the reason is blesh was slow. Definitely slower than zsh with syntax highlighting, autosuggestion
@anon_y_mousse
@anon_y_mousse 11 ай бұрын
You don't actually need blesh to setup auto-complete with bash, it just helps to automate the process. I've been using auto-complete with bash for a couple of decades, though most distros now come with it setup with sane and useful defaults.
@vagrant1943
@vagrant1943 8 ай бұрын
Tried it recently, the completions do seem better.
@thedeemon
@thedeemon 11 ай бұрын
I'm not a fan of spending days configuring things, I'm a simple man who enjoys things preconfigured, maybe with just a little tiny bit of tweaking. So when Manjaro gave me a beautiful zsh configuration out of the box, with good autocomplete, nice prompt with git info, showing timing and result code of each program I run, I was very happy and remain happy still. It works fast and well, so kudos to people who made it. Once you have a good working config, no reason to change it.
@codeman99-dev
@codeman99-dev 25 күн бұрын
Show me your neovim config
@thedeemon
@thedeemon 24 күн бұрын
@@codeman99-dev Hehe, I use Helix instead
@phonewithoutquestion80
@phonewithoutquestion80 11 ай бұрын
Currently on Fish. Yeah, it heavily leans _away_ from POSIX, but whatever. It's comfortable, and easier for me to restart configurations if I need to. I could pull up bash if I needed it for a very sensitive operation that calls for it anyhow. Anyways hope the summer's been treating you well. :)
@stulora3172
@stulora3172 11 ай бұрын
I started with bash (the reasonable shell 20 sth years ago), and when zsh and fish became a thing, I was really excited. New features, the next step, everything shiny, I'm in!! And then I noticed that I was less productive, because I could do everything I wanted in bash, without learning the small and not so small differences between bash and the others. So I went back to bash, found oh my bash, found blesh, and never looked back. That said, I think zsh and fish really pushed bash related projects, which is good. Kudos to the devs on all sides.
@tacokoneko
@tacokoneko 11 ай бұрын
i am really annoyed by fish, it is confusing when bash scripts dont work on it and this didnt happen to me but believe it or not someone i know who is a beginner with GNU/Linux accidentally broke his desktop environment to a completely black screen by trying to install fish and misconfiguring his system, i troubleshooted it for him and i think i remember the problem was he put "exec fish" at the top of his bashrc which was hanging the script his display manager used to start DEs. i wouldn't have done it like that so i made him delete that and reinstall fish a more normal way
@shatterstone3045
@shatterstone3045 11 ай бұрын
@@tacokoneko For tiling window manager users that use fish, you can just have your terminal keybind as "alacritty -e fish" for example, and it will work just fine.
@stulora3172
@stulora3172 11 ай бұрын
@@tacokoneko tbf, that's more a bash and de related error than a fish issue, but yes, it can lead to annoying problems. In my case, I use a lot of bash scripting directly in the command line, for loops, pipes, redirecting output etc., and if I had to learn al of that new, just to be confused again on the next computer I log into (which may not be under my control....)
@5fr4ewq
@5fr4ewq 4 ай бұрын
Sooo, that wasnt fish problem per se, but just fucking up .bashrc. And I cant understand that " it is confusing when bash scripts dont work on it " . Do you mean setting fish as a login shell? @@tacokoneko
@Little-bird-told-me
@Little-bird-told-me 11 ай бұрын
Fish for user interface and bash for scripting. I am surprised you say fish is weird. Fish is so easy and out of the box fully featured.
@JamesSmith-ix5jd
@JamesSmith-ix5jd 11 ай бұрын
ksh for scripting and bash for interactive shell.
@RM-hn6ir
@RM-hn6ir 11 ай бұрын
But I like nushell more
@weaseled4118
@weaseled4118 11 ай бұрын
nushell is really cool, if they had a better vi mode and abbreviations I would definitely use it. And it's still in pretty early stages
@airdedman3221
@airdedman3221 11 ай бұрын
Another one for nushell. Fast, and easier for complex scripts.
@gwgux
@gwgux 11 ай бұрын
Bash is great and tends to be underrated by those who switch to zsh and fish for the "cool factor" instead of specific features, but to each their own. I spend most of my time in bash when I'm on a terminal as it's usually for working on a server and servers should generally follow the "less is more" approach so I don't normally install additional shells on them. On my home PC I use zsh, but that's for tinkering, not serious work so any slowdowns from plugins really doesn't bother me with it. Bash is my work horse while others are for tinkering and fun.
@DrathVader
@DrathVader 11 ай бұрын
This is pretty much my experience as well. I switched away from alternate shells when I realized bash can already do all that. In chasing the KISS principle, I forgot actually keep things simple and keeping the default components.
@shatterstone3045
@shatterstone3045 11 ай бұрын
Hey Matt, I used to use fish, but I got tired of some random POSIX thing not working and having to switch to bash for a single command, so I recently made the switch to zsh, replicating all the features of fish into zsh. Now I don't use oh my zsh, because it is just too slow. But even without it, there is a slight, but noticeable speed decrease compared to fish. I didn't even consider bash as an option, so now that you reminded me of it, I think I'll just try to configure bash in the same way, and hope for the best.
@esra_erimez
@esra_erimez 11 ай бұрын
I prefer using bash on my workstations because its on most server I need to ssh into and my muscle memory is used to it.
@lqlarry
@lqlarry 11 ай бұрын
+1 for the use of "muscle memory" 👏
@EricMurphyxyz
@EricMurphyxyz 11 ай бұрын
Good video. Might be time to try bash again. I've never had any big complaints using zsh, but I have noticed slow startup speeds sometimes for whatever reason (even without oh-my-zsh).
@alexstone691
@alexstone691 11 ай бұрын
Do you regenerate the compinit on each startup? # generate compinit only every 8 hours for _ in "$HOME"/.zcompdump(N.mh+8); do compinit bashcompinit done
@vaisakhkm783
@vaisakhkm783 11 ай бұрын
what?? i basically never noticed any slowdown... i am using zap-zsh.. just copied chis@machine one...
@koorosh13hm
@koorosh13hm 10 ай бұрын
Completely agreed. Shouldn't I spend a little bit of time on learning about the previous reliable choices, how to use them properly, extending them and at last know how to deal with the issues I find and try to improve that entity's quality and share it with others. Thank you for the very eye opening podcast.
@MIInDsEthiopia
@MIInDsEthiopia 11 ай бұрын
drop a tutorial on the bash configuration, until that happens i am going to stay on zsh
@TheFelichi
@TheFelichi 11 ай бұрын
Thanks for what you do, I enjoy it, it's great.
@stevejorgensen1105
@stevejorgensen1105 10 ай бұрын
I have been considering switching to zsh because o work on a project with some developers who work on Mac, and I keep forgetting that I have to test every bash script on MacOS to make sure I haven’t used any features that the native bash on MacOS will never have. If my scripts are all for zsh, then they will work the same on all platforms (that have zsh installed). I haven’t actually tried making that switch or actually using zsh at all yet though. Does my reasoning seem right or wrong?
@frecio231
@frecio231 11 ай бұрын
I'd like the tutorial for personalizing bash that you mentioned
@tipeon
@tipeon 11 ай бұрын
I've used both over the last two decades. For servers at work, I leave everything default (even if that default is ksh). For scripting, I stay on bash for compatibility. For my personal computers, it's zsh with just the git plugin, and a pretty prompt on the right. (I like the left prompt to always be the same size, so current dir and branch go to the right)
@Ferran-Gnu-Linux
@Ferran-Gnu-Linux 11 ай бұрын
A few years ago we only had xterm and after urxvt, we must to configure all the presentation of a terminal emulator (prompt, colors, background, font, size, alias, etc) into bashrc or xrsesources. In other side, with Bash we learned script doing agenda, notes, editors, wget manager and thousand more things. We learned Bash we can.
@zenmaster24
@zenmaster24 11 ай бұрын
is your .bashrc with customisations available?
@notimportant7682
@notimportant7682 11 ай бұрын
Can Zsh's Esc-e shortcut be replicated on bash? That and the tab autoselect are what keep me on zsh. Though I would love to move back to bash as I think I've found commands that work in bash but not zsh because of Zsh's globbing/expansion features, and on bash ". " is equivalent to source but it is not on zsh
@chuckmuckamuck8001
@chuckmuckamuck8001 11 ай бұрын
Not really about the video, but the window manager looks fantastic.
@nosotrosloslobosestamosreg4115
@nosotrosloslobosestamosreg4115 11 ай бұрын
I'm light years to achieve that. I'm stuck on DE XD
@DominikZogg
@DominikZogg 11 ай бұрын
I switched to zsh cause its also available on macos, so i can use the same config everywhere.
@karishaffer
@karishaffer 5 ай бұрын
Yes 😊
@Layka-be3bz
@Layka-be3bz 11 ай бұрын
Definitely would like a tutorial. Especially on the history search. I figured that out once, but never saved it in the bashrc for some reason and I haven’t been able to figure it out again.
@MatthewHarrold
@MatthewHarrold 10 ай бұрын
From someone who transitioned from Windows 98 (Cygwin) to RedHat 1.0 then MacOS 9.5 due to BASH, I felt this video was fuzzy and warm. Currently on a MBA 13" M2 and still using BASH for a crap-load of reasons. I get weather info the same way I did 25 years ago, format it the same way, and it works. I get news headlines the same way I figured out 15 years ago and most RSS news feeds still work, and there they are!. My email notifications, server scripts, and so much more were figured out when I was younger, and if it ain't broke ... don't fix it. $0.02
@andbenn
@andbenn 11 ай бұрын
There are several Bash shell prompt generators on the net that can cut the time to make your personal one by hand probably in half or more.
@sweetbabyalaska
@sweetbabyalaska 11 ай бұрын
Zsh with starship, zoxide, fzf-tab complete, zsh-syntax highlighting, auto-suggestions and a few lesser known zstyle settings is insanely good... Maybe I'll post my config because I cannot use bash anymore... its noticeably worse as an interactive shell. I use it for scripting because its universal and ShellCheck / bash-language-server work with it. Oh-my-zsh is just horrible and it provides nothing of note. "plugins" are just sourcing zsh scripts and you can do that yourself. You also need to set you ZDOTDIR to somewhere else than home.
@blbezcc
@blbezcc 11 ай бұрын
Do you have public dotfiles somewhere?
@glidersuzuki5572
@glidersuzuki5572 11 ай бұрын
This is my exact setup
@JamesSmith-ix5jd
@JamesSmith-ix5jd 11 ай бұрын
you can use fzf completion in bash, it's complitely different program has nothing to do with your shell. starship - no comments. I just use ">" or "#", but you do you I guess .. I don't know what's zoxide. syntax highlighting - Do you code on the command line? Or are you visually impaired and can't distinguish among three, five words: what's the binary name, what's the positional parameter and its options?...
@sweetbabyalaska
@sweetbabyalaska 11 ай бұрын
@@JamesSmith-ix5jd I'll just have to show y'all because the way you all use the terminal is so wild to me. I want my experience to be good because I constantly use it. Also it's not fzf that's special, is the zstyle and z complete options that make fzf tab complete special. You can easily auto fill paths and flags without having to guess if it's correct or not. I'll post a video when I get home
@1nt3rnetz
@1nt3rnetz 8 ай бұрын
@@sweetbabyalaska Are you home yet?
@rhodaborrocks1654
@rhodaborrocks1654 11 ай бұрын
We use the Korn shell across our various unix flavours of dev machines at work so that would be my shell of choice at home too, however, ksh is marked as unstable in my Linux distribution, so in the interests of stability I too use Bash, however I have "set -o vi" in my .bashrc which enables command line editing in a way that is familiar to me.
@h17680
@h17680 11 ай бұрын
I want a tutorial on customize bash
@ForeverZer0
@ForeverZer0 11 ай бұрын
I used Bash and refused to change for over a decade, and actually just switched to zsh in the past year. The plugins from Oh-My-Zsh are all over-engineered and need to be used sparingly. For the most part, it is better to just copy over the parts of them that you need into your .zshrc file. Sometimes I just want some extra completions for sub-commands of s specific program, and not 900 aliases, which is a common thing for zsh plugins. Either way, I don't care what shell anyone uses. The point of Linux is freedom to choose, so I am happy that you are happy being back with Bash, and I am equally happy with the people still content using zsh, fish, etc. I am not a paid sponsor of Bash, therefore see little reason to tell people to switch to it.
@marcusjohansson668
@marcusjohansson668 11 ай бұрын
Yeah, the "and here is why you should too" part confuse me. And he seems to not understand how to config zsh. Environment variables in the shell config file?? I find the whole video just very bad quality tbh. As for me, I tend to use zsh in graphical interfaces (the translucant autocomplete is really nice) and bash in cli only situations, like debian servers and stuff, no need for zsh there.
@gundamfortress
@gundamfortress 3 ай бұрын
I have a question regarding bash and zsh scripting: if I work in an enterprise, should I rather use bash (for scripting) instead of zsh? (Some scripts using zsh are not running on bash?). Thank you for your answer 😀
@NickyDekker89
@NickyDekker89 Ай бұрын
Def stick to Bash. It's the most common shell especially on enterprise servers.
@martinhertz4957
@martinhertz4957 11 ай бұрын
Agreed. I still prefer zsh for select few things bash doesn't support, but it's not much(of what I use myself, it does support a good deal more though, just often not the general quoted stuff lol, where bash could same if configured). It's not slower for me, neither known as such generally, the opposite actually, but neither use ohmyzsh as you said.
@fleurcode
@fleurcode 11 ай бұрын
Zsh is my new friend literally just for completion. I don't need 17 plugins, i just want to see the git thing and completion and better history keeping
@LoesserOf2Evils
@LoesserOf2Evils 11 ай бұрын
A tutorial on bash would be beneficial. Many thanks for your consideration.
@Bruces-Eclectic-World
@Bruces-Eclectic-World 11 ай бұрын
Didn't Jack@Linux make some videos on how to do the same Zsh stuff in bash and some scripts? You might want to check them out. I use Zsh because I have prompts I like and have them rotate each time I open a terminal and the stuff you showed in the video. I think Jake figured out how to do that with a script, I might be wrong. 🤔 Thanks Matt! LLAP 🖖
@bertnijhof5413
@bertnijhof5413 6 ай бұрын
I use Tilix, the Tiling Linux Terminal. Great to keep related work together in one tiled Window :)
@YrmiZ
@YrmiZ 11 ай бұрын
I never had any slowness in zsh but I dont use any frameworks like OMZ. I just have syntax highlight and autocomplete plugins and everything else is in my .zshrc. If you use custom prompts like starship they can slow down any shell dramatically if you have lot going on there.
@therealslimaddy
@therealslimaddy 11 ай бұрын
I use zsh, but without any frameworks, instead I have my own framework like config which lazy-loads plugins and it’s super fast (at least to my eyes) It is to a point that it’s really hard for me to switch shells (call it shell lock-in) 😅
@alexstone691
@alexstone691 11 ай бұрын
Im the same, wrote everything i need for zsh except syntax highlighting and its super fast cause i set it up properly
@therealslimaddy
@therealslimaddy 11 ай бұрын
@@alexstone691 glad to know, I like zsh for it “just works” way of getting things done. Plus all bash scripts are valid zsh scripts. I still wonder what it takes to make it posix compliant and make it work with tools like shellcheck.
@nicolassosa-nss1159
@nicolassosa-nss1159 11 ай бұрын
Can you post your bash config ? Thank you!
@AliensInc.
@AliensInc. 11 ай бұрын
Yeah, make a vid about how you added these features.
@samucancld
@samucancld 3 ай бұрын
can you share that prompt? looks amazing
@francootaola9172
@francootaola9172 Ай бұрын
Since it. Has been 9 months and I haven't see a video of. Improving the bash terminal would this be in the pipeline for future video?
@TheLinuxCast
@TheLinuxCast Ай бұрын
I used ble.sh github.com/akinomyoga/ble.sh for a while. I didn't make a video on it because while it's really good, it also was somewhat unstable.
@cosmiccuttlefish5765
@cosmiccuttlefish5765 11 ай бұрын
I never really understood why zsh really took off. It doesn’t seem add much over bash or as much as something like fish.
@pandasoli6581
@pandasoli6581 8 ай бұрын
Please make a video showing how you moved those features to Bash 🚀 Awesome video!
@JoseMVelazquez
@JoseMVelazquez 11 ай бұрын
I use bash (always have) and it does have tab completion even for incomplete words. Have to check what I did to enable that cause I can't remember though.
@Timm2003
@Timm2003 11 ай бұрын
These zsh related files can be set to a different location quite easily, ```export ZSH_COMPDUMP=$HOME/.cache/.zcompdump-$HOST export HISTFILE=~/.zsh_history```. I personally use the zsh thing where u tab through options a lot, like really a lot, if bash had that i would switch, but till then i stay with zsh and oh-my-zsh for sure, but still nice video, didnt knew that bash could do the thing with the history and non-case-sensitive tab completion.
@steeltormentors
@steeltormentors 28 күн бұрын
What does Matt uses as his DE and WM? I can see he's using OpenSuse as the distro. I like how simple & minimalistic the layout on his screen is.
@robbiet4028
@robbiet4028 20 күн бұрын
He uses OpenSuse Tumbleweed and GNOME. Not sure about the WM
@jasonperry3626
@jasonperry3626 3 ай бұрын
Syntax input highlighting??
@gonum1922
@gonum1922 5 ай бұрын
I can't find how you did cd + up and showing the last command with cd, would love to see a tutorial of it.
@Emre-go3iw
@Emre-go3iw Ай бұрын
i know its been 3 months since you posted this but i recommend using atuin great bash history tool
@eddieoconnor4466
@eddieoconnor4466 11 ай бұрын
Awesome vid!....I myself have found that aside from changing the font and its "weight"?.(so that its bold and thick)...there's not much I wanna do to my Bash shell in Fedora or Linux Mint
@Girgoo
@Girgoo 11 ай бұрын
Thank you for cd up. Sometimes better than ctrl+r.
@GafftheHorse
@GafftheHorse 10 ай бұрын
I recently switched from Arch to Debian. I had long ago switched to zsh with a few useful plugin scripts but not using Oh my zsh or any other helper. Just syntax highlighting, history search, cli prompt etc. The new debian install was basic bash and while I intended not to install zsh this time, I found it's basic setup instantly annoying and I missed my tweaked setup. As before, using the z shell doesn't mean foregoing bash scripting. All my scripts were always in bash. All I was using zsh for was the user shell. Possibly I could have set up something similar in bash, but since all my configs were sitting in a backup, it was just easier to install zsh and restore the needed dot files than build a working set for bash that might give me only some of the functionality back.
@SArthur221
@SArthur221 11 ай бұрын
6:04 for example, `< filename.txt` to view file contents is a zsh thing, not POSIX. and bash doesn't have that.
@webflyer035
@webflyer035 11 ай бұрын
Can we also get highlighted command suggestion like fish does when you start typing anything... Like when you type something, suggest a command complition in different color, and if you misspelt then change color indicating that this is not a command
@dus10dnd
@dus10dnd 3 ай бұрын
I switched back on macOS, too. The main reason was that I only switched to macOS to have a convenient platform with Bash.
@slebetman
@slebetman 11 ай бұрын
For me it's because zsh broke too many of my configurations and scripts. I'm an old-school unix user starting form SunOS way back in 1998 and the Solaris, Tru64, HPUX before installing Linux on my own computer (these days I'm a mix of macOS and Linux). My sell configs and personal scripts start from those SunOS/Solaris days and have been with me for over 2 decades. I "finalized" my preferred terminal setup some time around 2015. Tried to configure zsh to fit with my config and spent 2 days doing it and failing. I gave up and switched back to bash. The only reason I used zsh in the first place? It's the default shell on newer macOS installs.
@ifohancroft
@ifohancroft 4 ай бұрын
Didn't know about Oh My BASH, but if you are into that stuff, there's also bash-it
@karunsiri
@karunsiri 11 ай бұрын
I so so wanted to stick with bash, but a company laptop which is a Macbook is having ZSH by default. I don’t want to maintain separate dotfiles for both shells so I have to switch to ZSH. I set it up from scratch without oh-my-zsh and I can tell it’s much slower than bash.
@linuxdebian6534
@linuxdebian6534 11 ай бұрын
good 👍
@RockTheCage55
@RockTheCage55 11 ай бұрын
I like fish along with OMF. I won't go back. The big downside is the minor scripting language differences.
@banonotit800
@banonotit800 11 ай бұрын
It's bash really faster or it's your zsh configuration was bulky? I mean you're talking about noticable problems with cd-ing and omz so I guess the problem might be solved simply by turning some things off? I personally find the zsh more useful by default especially on servers. Bash on newly created machine is just a pain. So I install zsh and... I don't even install plugins, it works okay already. So for me bare zsh is better then bare bash. And if I go with zsh in servers why should I do other way on personal machine?
@TheSulross
@TheSulross 11 ай бұрын
vim and bash because they're everywhere you go - and you need to be able to do it anywhere
@JonBrookes
@JonBrookes 10 ай бұрын
I stared out in sh and ksh back in the day so bash was a natural progression for me so I've always stuck with it. Like you say, many systems scripts I've crafted over time have started with #!/usr/bin/bash or similar so why would use zsh in my shell but I still tried it out particularly when I had to use a mac. Thats where I think zsh comes in as I believe, someone correct me but I believe mac froze the version of bash in their os, so you would always have an old ferclunkey version of bash on mac unless you brew installed a modern ( current ) one. I dont know for sure now as I've not checked, could be wrong on how it is right now. But I like concentraing on what is on most linux systems anyways so my productivity stays high. Learning shortcuts in bash like cntrl-r to find commands in the history work everywhere there is bash, I dont need zsh to be set up so why need to change my workstation to be different ? Interesting video, comment and expose of bash and its merits, thanks. I'm off to look at oh my bash now - you made me do it ! ;)
@DmitryKvasnikov
@DmitryKvasnikov 11 ай бұрын
Would be great if you share solution for tab-completion and partial-compleation. Thanls.
@JamesSmith-ix5jd
@JamesSmith-ix5jd 11 ай бұрын
bash-completion package in most distributions. Ctrl-R to search your previous commands, use it instead of whatever zsh has for history.
@Dante-420
@Dante-420 5 ай бұрын
One reason I like using bash is the same as a reason I like using Vim: it (or something compatible with it) comes on almost every linux machine
@pepeshopping
@pepeshopping 11 ай бұрын
Real PROs know it’s about functionality AND standards, not just allure, gimmicks or looks! (All systems have sh, csh and bash).
@baruchben-david4196
@baruchben-david4196 11 ай бұрын
I think it was kali that made the default shell zsh. Confused the hell out of me for quite some time... I've modified .bashrc and .bash_aliases files to allow me to customize how bash works. Works for me...
@KeithBoehler
@KeithBoehler 11 ай бұрын
I was thinking about this recently. I mostly use zsh as a themes manager, save for a few real plugins. On the real plug ins thing, I looked at what many of them are - premade aliases - if i am using it often i would just make my own with a name i will actually remember.
@MrCradleman
@MrCradleman 11 ай бұрын
My zsh startups in few miliseconds. Bash is slower for me. I use zsh-defer and pull only needed ozs plugins via my gotfile manager and source them manually with zsh-defer. Also I prefer to use zsh-autosuggestions, which is impossible on bash right now. Also zsh out of box has good color support, separate binaries/aliases/files during tab complete. If you spend some time and understand how zsh works iit give you much more power compare to old bash
@JamesSmith-ix5jd
@JamesSmith-ix5jd 11 ай бұрын
If I recall correctly in my tests st+bash with very few patches were starting in ~40ms. urxvt starts also in about 40ms (20ms if demonized) zsh in something like alacritty can't start faster than these two, it is physically not possible, I can even feel the delay, which would suggest 100-200ms startup time, but I didn't bother testing it.
@MrCradleman
@MrCradleman 11 ай бұрын
@@JamesSmith-ix5jd It is started immediately for me. Wezterm terminal on Swaywm Arch Linux. Zsh fully configured and bash also configured as well, but without plugins
@umka7536
@umka7536 11 ай бұрын
I like Zsh features more, because they are easier to configure. In terms of speed of execution commands - they both are the same. Also, I never used OZSH or any other ready to use "improver" of Zsh. Therefore I had never seen any performance issue of Zsh. Anyway, shell scripts I use are written for POSIX compliant shell, I avoid writing scripts for Bash or Zsh. If I have trouble with POSIX compliant scripts - I just write script in Python.
@playtester6635
@playtester6635 6 ай бұрын
I've used both and love them both. But these days I just use zsh because the distro I mainly use for work uses zsh and it does the job I need it to and like the consistency.
@MH_VOID
@MH_VOID 11 ай бұрын
I've pretty much exclusively used ZSH on Linux. I'd consider myself a rather advanced user, with over 100_000 executed commands logged, and probably like 1000+ hours of just fucking around with shell features and stupidly long pipelines at this point. My scripts are also pretty much all #!/bin/zsh, except the few that are so minimal and portable I can do #!/bin/sh for. I use stock ZSH, no patches, no plugins besides ZSH Syntax Highlighting, no frameworks, integration hooks for my terminal emulator (WezTerm) and history manager (Atuin), and then a 500 line handwritten config on my current machine (old one was 700. This is only counting my primary interactive configuration file.). I tried BASH recently when I made a new user. It was an awful experience. BASH might largely be able to match what I do in ZSH, but ZSH is so much more sensible and just better, and really the only reason IMHO to ever use BASH over ZSH is that BASH is more widespread (and that the improvements of ZSH can cause significant bugs if trying to use it as BASH code). That's it. Otherwise there wouldn't even be a reason for me to have BASH on my machine, let alone actually use it. Also there are definite places where besides just having the better defaults, it has extremely useful functionality. example complex ZSH command of mine from a few days ago (this one deletes a round of GNU cp's file backups if they're identical. Constructed this because duperemove wasn't working correctly): ```zsh yes | for file in /run/user/1000/no-atime_mb/DH/norp/mir/**.\~#\~(.); do prev_ver="${file:r}$(n="$(( "$(rgft1 '\.~(\d+)~$'
@BenjaminWheeler0510
@BenjaminWheeler0510 11 ай бұрын
If bash can get zsh's interactive tab complete, I'll come back
@ericjohnson5990
@ericjohnson5990 11 ай бұрын
Why did Apple make zsh the default in Mac OS then?
@eyeYT
@eyeYT 11 ай бұрын
Because of licensing Issues
@user-rz1kf4jo4n
@user-rz1kf4jo4n 11 ай бұрын
​@@eyeYT Yup, Apple really hates the GPL and Bash switched to it a long time ago, hence newer versions of bash are not "compatible" as (god forbid), Apple would have to release the source code for everything shipped with an Apple product.
@BG101UK
@BG101UK 11 ай бұрын
ZSH is not compatible with my workflow. I resent the likes of Manjaro and Mint changing the default to zsh. It breaks things and it makes it harder to provide help to newbies (or not-so-newbies) as now you have to give extra commands to switch to a BASH session and back, which is an extra hurdle for them to trip over. Like you point out, the BASH prompt can be customized .. like mine, which makes it easy to see at a glance which machine and user account I'm logged in to.
@sahinakkaya3810
@sahinakkaya3810 11 ай бұрын
If there is a shebang, the script will run with that program. That’s the whole point of shebang. OMG, the video shouts “i don’t know what the hack i am doing” 🤦‍♂️
@christian80gabi
@christian80gabi 11 ай бұрын
I will be thrilled if you do a video on how you ended up with a terminal like that. Also, a fan boy of Opensuse Tumbleweed (I know, don't mean anything). 😅 Thank you
@vaisakhkm783
@vaisakhkm783 11 ай бұрын
:) saying something in internet doesn't need to mean anything... you have freedom to say what every you want... how is opensuse?? is it better than fedora???
@christian80gabi
@christian80gabi 11 ай бұрын
@vaisakhkm783 In my opinion, yes. But I will not use the word "better" here. I mean, Linux foundation in great, distributions are also amazing, and each of them offer what a selected group of users like and want. I tested and used Ubuntu, Fedora... but I found myself at home when I installed Opensuse from day one. Not that it was better or something like that, but it just worked the way I wanted with no hard work. I also appreciate the fact they added a powerful GUI software as YAST because it really helps manage our system the simplest way without the need to find each file through CLI. In spite of being down of software availability (even if we can add more support through snap and flatpak) ; yes, Opensuse (Tumbleweed) "better".
@azmebengraine1437
@azmebengraine1437 11 ай бұрын
you should do a video comparing bash, zsh and fish.
@justinricheson7743
@justinricheson7743 2 ай бұрын
So...did we ever get a how-to on this?!
@alexandersuvorov2002
@alexandersuvorov2002 11 ай бұрын
I switched from zsh because it was crashing on my not-so-complex git and docker scripts. Bash was rock solid. Regarding eye candy, I don’t need that either, my bash prompt is PS1=“\w ->” and that’s all I need, really.
@paulj505
@paulj505 11 ай бұрын
Tbh. The main reason of why I switched to zsh, was to make the prompt look like that simple ~>. But if I can do it with bash too, and some other things, then I can also switch back to bash. Just like I turned off all plugins in vim, and just used basic vimrc commands, like you have shown in previous videos. I'm slowly coming back to defaults. I'll just now will have to see, how to uninstall oh-my-zsh and zsh, and then, how to do some of zsh things in bash, as I completely don't know any coding language.
@jwisemanm
@jwisemanm 11 ай бұрын
Something like this in ~/.bashrc should do it: PS1='\W> '
@paulj505
@paulj505 11 ай бұрын
@@jwisemanm This would give me this ~>, as a prompt? Quite simple. Thank you
@jwisemanm
@jwisemanm 11 ай бұрын
@@paulj505 Yes, PS1 is the variable containing the prompt "string", \W is the special characters for "current directory" and displays ~ for $HOME. Use \w if you want the full path. If you want a literal tilde instead, just use PS1='~> '
@manishbhoola
@manishbhoola 10 ай бұрын
Is it stll bash or now dash ?
@TheLinuxCast
@TheLinuxCast 10 ай бұрын
Dash is a different shell.
@manishbhoola
@manishbhoola 10 ай бұрын
@@TheLinuxCast I know. Debian based distros use dash under the hood. This would be a good video to make on what debian based distros use bash/ dash
@patrickprucha5522
@patrickprucha5522 8 ай бұрын
👍
@oscs4556
@oscs4556 11 ай бұрын
I use fish anyways
@sanal.abraham
@sanal.abraham 4 ай бұрын
tutorial on your desktop theme pls
@Mendaz
@Mendaz 11 ай бұрын
I am an avid fish enjoyer
@4ngelf
@4ngelf 2 ай бұрын
I currently use zsh for interactive shell only and use bash for all the scripting.
@otrapersonass
@otrapersonass 11 ай бұрын
Tokyo drift is a masterpiece!
@yrjo5050
@yrjo5050 11 ай бұрын
Fish is truly weird, I'll love it!
@afroceltduck
@afroceltduck 11 ай бұрын
The great thing about Bash is that it's already installed in nearly every Linux environment you'll come across (I'm sure someone could prove me wrong on that). Why should I use a shell that I'll need to install on every new system and every new VM I use?
@JamesSmith-ix5jd
@JamesSmith-ix5jd 11 ай бұрын
I never understood zsh to begin with, it is PITA to configure (I can't remember exactly what the problem was). Just use bash, and install bash-completion, your prompt is in bashrc, you don't need anything else... I even tried ksh for couple of weeks, but it was too limiting, like vi instead of vim.
@JamesSmith-ix5jd
@JamesSmith-ix5jd 11 ай бұрын
@@helloimatapir Yes, I remember that something wasn't working with my customization, either I couldn't export the environment variable or some settings were not applying. Anyway I just tried to fix it for 20 minutes and gave up after that. The configuration is different for zsh, learning it was completly pointless for me personally.
@djkido316
@djkido316 11 ай бұрын
In my opinion if one wants to switch then might aswell to fish instead of zsh since neither of them are POSIX compliant but fish is way lighter and faster.
@mrmiyagi5
@mrmiyagi5 11 ай бұрын
BASED
@ScoldAudits
@ScoldAudits 10 ай бұрын
IDK man. I mean, with the exception of the functions, or whatever, that actually require bash to work properly, I'm not sure why I'd need bash of zsh when fish exists.
@obake6290
@obake6290 10 ай бұрын
Bash does everything I need. I've tried zsh briefly, but being a non-default shell it doesn't come preconfigured like bash and I didn't want to put in the effort to do it myself. And Bash is certainly better than ksh or csh. So no need to switch.
@TActually
@TActually 11 ай бұрын
I want the tutorial. Also.. I want a long term review of Rhino Linux
@Cybersanke
@Cybersanke 11 ай бұрын
Hey Matt!! I really love your content but sometimes i think that you really don't even have the slightest of idea of idea on what you actually want. You are a Distro Hopper and you should stay one. Sorry about this comment but that's what i feel.
The Most OVERRATED Linux Distros
20:48
The Linux Cast
Рет қаралды 67 М.
Bash vs ZSH vs Fish: What's the Difference?
13:32
Eric Murphy
Рет қаралды 161 М.
Does size matter? BEACH EDITION
00:32
Mini Katana
Рет қаралды 13 МЛН
LOVE LETTER - POPPY PLAYTIME CHAPTER 3 | GH'S ANIMATION
00:15
마시멜로우로 체감되는 요즘 물가
00:20
진영민yeongmin
Рет қаралды 14 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 20 МЛН
Your shell prompt, ON STEROIDS // Starship
9:09
DevOps Toolbox
Рет қаралды 31 М.
OpenSuSE - You Should Try It
30:24
The Linux Cast
Рет қаралды 65 М.
Fish Is A Modern Shell For The Sophisticated User
15:56
DistroTube
Рет қаралды 211 М.
A Better Terminal File Manager
26:29
The Linux Cast
Рет қаралды 45 М.
Top 10 Oh My Zsh Plugins For Productive Developers
17:23
Travis Media
Рет қаралды 85 М.
NuShell  - An Introduction
8:22
pwned
Рет қаралды 10 М.
ZSH - A Better Shell than Bash?
18:34
Mental Outlaw
Рет қаралды 95 М.
Красиво, но телефон жаль
0:32
Бесполезные Новости
Рет қаралды 618 М.
iPhone 16 с инновационным аккумулятором
0:45
ÉЖИ АКСЁНОВ
Рет қаралды 8 МЛН
Simple maintenance. #leddisplay #ledscreen #ledwall #ledmodule #ledinstallation
0:19
LED Screen Factory-EagerLED
Рет қаралды 31 МЛН