Skip to content

Instantly share code, notes, and snippets.

@guidani
Created May 26, 2022 22:15
Show Gist options
  • Save guidani/4adb5e171485345d6aa5f9ef746290b2 to your computer and use it in GitHub Desktop.
Save guidani/4adb5e171485345d6aa5f9ef746290b2 to your computer and use it in GitHub Desktop.
Como alternar entre shell zsh e bash

-> Instalar zsh ubuntu: sudo apt install zsh -> which zsh para ver o local de instalação do zsh /usr/bin/zsh -> which bash para ver o local de instalação do bash /usr/bin/bash

chsh -> para alternar o shell padrão, será solicitado o caminho do outro shell, só colocar e fechar o terminal.

@guidani
Copy link
Author

guidani commented Jun 28, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment