SirLotsaLocks [he/him] to technology • 4 years agoDoes anyone here use the ZSH shell? I am considering switching but Im not sure what Id be gaining besides the ability to make it look nicer than bash visually.message-squaremessage-square9 fedilinkarrow-up112
arrow-up112message-squareDoes anyone here use the ZSH shell? I am considering switching but Im not sure what Id be gaining besides the ability to make it look nicer than bash visually.SirLotsaLocks [he/him] to technology • 4 years agomessage-square9 Commentsfedilink
minus-squareshyamalamadingdong [he/him]hexbear2·edit-24 years agoThings I use ZSH over bash for: running an ls whenever I cd into a directory chpwd() ls -Ah --color=auto fish-style autocomplete using zsh-autocompletions. Nothing else. I didn't want to use bloated frameworks like oh-my-zsh and don't really have any use for eyecandy. My prompt looks like PROMPT="${NEWLINE}%F{blue}%d${NEWLINE} $ %F{white}" and I find that's clean enough. link
Things I use ZSH over bash for:
ls
whenever Icd
into a directorychpwd() ls -Ah --color=auto
Nothing else. I didn't want to use bloated frameworks like oh-my-zsh and don't really have any use for eyecandy.
My prompt looks like
PROMPT="${NEWLINE}%F{blue}%d${NEWLINE} $ %F{white}"
and I find that's clean enough.thanks I think I'll give it a shot