Answers for "zsh shell"

3

zsh

sudo apt install zsh

## Make default shell set and logout
chsh -s $(which zsh)
Posted by: Guest on August-17-2020
0

zsh shell

sudo apt install zsh (Linux)
Posted by: Guest on April-23-2021
0

zsh terminal

#For mac
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Posted by: Guest on June-27-2021
0

zshrc

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Posted by: Guest on December-05-2019
-1

zsh shell in linux

apt install zsh
Posted by: Guest on October-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language