Binette@lemmy.ml to Linux@lemmy.mlEnglish · 3 months agoAnyone knows if it's possible to color command line commands as you type them (kind of like an editor)?message-squaremessage-square30fedilinkarrow-up173arrow-down13
arrow-up170arrow-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 · 3 months agomessage-square30fedilink
minus-squarebillgamesh@lemmy.mllinkfedilinkarrow-up2·3 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.