“Defina o zsh como shell padrão” Respostas de código

Defina o zsh como shell padrão

chsh -s /bin/zsh
Testy Tortoise

Defina o zsh como shell padrão

# Open vim or your favorite code editor
sudo vim ~/.bashrc

# Now we need to edit the file and add the following line to the end of the file remember to add a comment just to remember, what is that line of code task.
exec zsh

# It will execute the command every time you load the terminal and run your zsh shell.
Mehedi Islam Ripon

Respostas semelhantes a “Defina o zsh como shell padrão”

Perguntas semelhantes a “Defina o zsh como shell padrão”

Mais respostas relacionadas para “Defina o zsh como shell padrão” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código