Binette to [email protected]English • 5 months agoAnyone knows if it's possible to color command line commands as you type them (kind of like an editor)?message-square21fedilinkarrow-up170arrow-down16
arrow-up164arrow-down1message-squareAnyone knows if it's possible to color command line commands as you type them (kind of like an editor)?Binette to [email protected]English • 5 months agomessage-square21fedilink
minus-square@[email protected]linkfedilink4•5 months agochsh does not modify /bin/sh Maybe you’re thinking of a certain video from a certain YouTuber who linked /bin/sh to fish?
minus-squareboredsquirrellinkfedilink-1•5 months agoHaha no didnt think of that? Hm, I dont know why it would be an issue then. POSIX compliant shells should be no problem, but I wouldnt do it for fish
minus-square@[email protected]linkfedilink2•5 months agoIt will never matter what your login shell, unless you have bash specific scripts in your login. chsh -s /bin/fish $(whoami) is fine.
chsh does not modify /bin/sh
Maybe you’re thinking of a certain video from a certain YouTuber who linked /bin/sh to fish?
Haha no didnt think of that? Hm, I dont know why it would be an issue then. POSIX compliant shells should be no problem, but I wouldnt do it for fish
It will never matter what your login shell, unless you have bash specific scripts in your login.
chsh -s /bin/fish $(whoami)
is fine.