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-up171arrow-down13
arrow-up168arrow-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-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up1arrow-down2·3 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-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.
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.