cm0002@programming.dev to Linux@programming.dev · 22 days agoWhat's involved in getting a "modern" terminal setup?jvns.caexternal-linkmessage-square7fedilinkarrow-up133arrow-down14cross-posted to: linux@lemmy.ml
arrow-up129arrow-down1external-linkWhat's involved in getting a "modern" terminal setup?jvns.cacm0002@programming.dev to Linux@programming.dev · 22 days agomessage-square7fedilinkcross-posted to: linux@lemmy.ml
minus-squaremaxwells_daemon@lemmy.worldlinkfedilinkEnglisharrow-up20arrow-down1·edit-222 days agoInstall fish chsh -s /usr/bin/fish That’s all, folks.
minus-squareLiveLM@lemmy.ziplinkfedilinkEnglisharrow-up2·22 days agoI thought you weren’t supposed to use Fish as your login shell directly since it isn’t fully POSIX compatible
minus-squareInternetCitizen2@lemmy.worldlinkfedilinkarrow-up2·22 days agoRecently tried it and do like
Install fish
chsh -s /usr/bin/fish
That’s all, folks.
I thought you weren’t supposed to use Fish as your login shell directly since it isn’t fully POSIX compatible
Recently tried it and do like