Binette@lemmy.ml to Linux@lemmy.mlEnglish · 6 months agoAnyone knows if it's possible to color command line commands as you type them (kind of like an editor)?message-squaremessage-square28fedilinkarrow-up173arrow-down14
arrow-up169arrow-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 · 6 months agomessage-square28fedilink
minus-squarebillgamesh@lemmy.mllinkfedilinkarrow-up2·6 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.
It will never matter what your login shell, unless you have bash specific scripts in your login.
chsh -s /bin/fish $(whoami)
is fine.