Skip to content

Instantly share code, notes, and snippets.

@arangates
Created December 10, 2019 09:27
Show Gist options
  • Select an option

  • Save arangates/1738b893270d5931dc8fffc758d2aaba to your computer and use it in GitHub Desktop.

Select an option

Save arangates/1738b893270d5931dc8fffc758d2aaba to your computer and use it in GitHub Desktop.

Revisions

  1. arangates created this gist Dec 10, 2019.
    11 changes: 11 additions & 0 deletions Linux.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # change default terminal
    sudo update-alternatives --config x-terminal-emulator

    # list shells

    cat /etc/shells

    # change default shell

    chsh -s $(which shellname)