“Establecer ZSH como shell predeterminado” Código de respuesta

Establecer ZSH como shell predeterminado

chsh -s /bin/zsh
Testy Tortoise

Establecer ZSH como shell predeterminado

# 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

Respuestas similares a “Establecer ZSH como shell predeterminado”

Preguntas similares a “Establecer ZSH como shell predeterminado”

Más respuestas relacionadas con “Establecer ZSH como shell predeterminado” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código