Binette@lemmy.ml to Linux@lemmy.mlEnglish · 7 months agoAnyone knows if it's possible to color command line commands as you type them (kind of like an editor)?message-squaremessage-square19fedilinkarrow-up13arrow-down11
arrow-up12arrow-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 · 7 months agomessage-square19fedilink
minus-squarebillgamesh@lemmy.mllinkfedilinkarrow-up1·7 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.