Horje
make kitty terminal the default terminal on ubuntu Code Example
make kitty terminal the default terminal on ubuntu
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator `which kitty` 50
sudo update-alternatives --config x-terminal-emulator
ubuntu set new default terminal
#This will output all available terminals
sudo update-alternatives --config x-terminal-emulator
Source: itsfoss.com
set default terminal ubuntu
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /opt/Hyper/hyper 50




Shell

Related
tmux for ubuntu Code Example tmux for ubuntu Code Example
How do I check my WSL version? Code Example How do I check my WSL version? Code Example
remove valet from mac Code Example remove valet from mac Code Example
wsl list distros Code Example wsl list distros Code Example
Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Code Example Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
20