Skip to content

Instantly share code, notes, and snippets.

@arangates
Created December 10, 2019 09:27
Show Gist options
  • Save arangates/1738b893270d5931dc8fffc758d2aaba to your computer and use it in GitHub Desktop.
Save arangates/1738b893270d5931dc8fffc758d2aaba to your computer and use it in GitHub Desktop.
list of useful commands
# change default terminal
sudo update-alternatives --config x-terminal-emulator
# list shells
cat /etc/shells
# change default shell
chsh -s $(which shellname)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment