Created
December 10, 2019 09:27
-
-
Save arangates/1738b893270d5931dc8fffc758d2aaba to your computer and use it in GitHub Desktop.
list of useful commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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