Skip to content

Commit

Permalink
update(linux-terminal): add hyper to default terminal
Browse files Browse the repository at this point in the history
issue #104
  • Loading branch information
sabertazimi committed Dec 10, 2018
1 parent afa6051 commit f838c6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions programming/linux/linuxBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,11 @@ printf -- ' DONE!\n';
## Terminal
```bash
sudo update-alternatives --install /usr/bin/x-terminal-emulator
\ x-terminal-emulator /opt/Hyper/hyper 50
```
```bash
sudo update-alternatives --config x-terminal-emulator
```
Expand Down

0 comments on commit f838c6d

Please sign in to comment.