820 B
820 B
Zsh
Zsh is a bit trendier nowadays and it is the current shell of choice for my system now. So, having tips of navigation here is a bit important.
To check which shell you are using:
echo $SHELL
- Oh-my-zsh is a very popular customization tool to pimp out your terminal
cool terminal customizations with oh my posh - !
Switch to zsh
:
exec zsh
This won't affect new terminal windows or anything, but it's convenient.