Binette@lemmy.ml to Linux@lemmy.mlEnglish · 4 months agoAnyone knows if it's possible to color command line commands as you type them (kind of like an editor)?message-squaremessage-square13fedilinkarrow-up128arrow-down12
arrow-up126arrow-down1message-squareAnyone knows if it's possible to color command line commands as you type them (kind of like an editor)?Binette@lemmy.ml to Linux@lemmy.mlEnglish · 4 months agomessage-square13fedilink
minus-squaresparr@lemmy.worldlinkfedilinkEnglisharrow-up2·4 months ago please dont use chsh doesnt mean your whole OS needs a different shell chsh just changes the shell when you log in to a shell. all the other shells are still available and usable. any script starting tieh #!/bin/bash will still run with bash, even if you’re using zsh or fish.
chsh just changes the shell when you log in to a shell. all the other shells are still available and usable. any script starting tieh
#!/bin/bash
will still run with bash, even if you’re using zsh or fish.