Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change default terminal linux

sudo update-alternatives --config x-terminal-emulator
Comment

change your default terminal

	#changes the default terminal used in a context menu of "open in terminal"
open dfconf (first install it incase you dont have it) 

org > gnome > desktop > applications > terminal (custom value could be: tilix, xfce4-terminal, ...)

 logout and then login again
Comment

how to change the default directory in terminal in linux terminal

 # You could try to put cd at the end of your ~/.zshrc
$ nano ~/.zshrc
# put your cd at bottom such as
cd Document/<your_folder_name>
#save then close the terminal and open it again
Comment

PREVIOUS NEXT
Code Example
Shell :: git clone single branch 
Shell :: install git 
Shell :: git force add ignored file 
Shell :: run typescript compiler 
Shell :: copy paste in git bash 
Shell :: why i am not able to paste anything in htdocs folder in ubuntu 
Shell :: Copy directory from local host to remote server 
Shell :: push an existing repository from the command line on github 
Shell :: get large files 
Shell :: docker-compose: line 1: Not: command not found apt get 
Shell :: ubuntu 18 does not connect to bluetooth earphones 
Shell :: add key file to ssh 
Shell :: git remote add 
Shell :: ubuntu create bootable usb from iso command line 
Shell :: homebrew for windows 10 
Shell :: gitignore file download 
Shell :: git reset to a specific commit 
Shell :: remote repo push 
Shell :: git ignore file is not working 
Shell :: linux sort text file alphabetically 
Shell :: mac shell prompt 
Shell :: start grafana server wsl 
Shell :: change or set password interactively prompt in linux 
Shell :: copy file from ssh server to local 
Shell :: arch linux sort packages by size 
Shell :: debian 10 install jenkins 
Shell :: Brave on OpenSUSE 
Shell :: git hard reset origin 
Shell :: install biocmanager in rstudio 
Shell :: branch conflicts 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =