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