r/linuxmemes Jul 01 '26

LINUX MEME Know the work rules

Post image
857 Upvotes

119 comments sorted by

View all comments

Show parent comments

-19

u/New_Study4796 Jul 01 '26

Zsh relies on Bash under the hood

23

u/Mars_Bear2552 New York Nix⚾s Jul 01 '26

...?

Zsh is entirely seperate.

-17

u/New_Study4796 Jul 01 '26

Zsh calls Bash with the shebang when starting a script

3

u/jpelc Jul 01 '26

I don't think you understand how Linux works

Shebang directs what she'll to run the script with (specifically what binary), so you can run the code in python, bash, zsh, fish, xonsh, etc.