Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

set zsh as default ubuntu

# change shell to zsh
chsh -s $(which zsh)
Comment

set zsh as default linux

# open .bashrc file
nano ~/.bashrc

# add this line at the end of the file
exec zsh
Comment

PREVIOUS NEXT
Code Example
Shell :: restart firewalld 
Shell :: linux see used ports 
Shell :: bash for i in range then 
Shell :: install xfce 
Shell :: install github desktop ubuntu 
Shell :: find gpu device id linux 
Shell :: how to generate rsa key in linux 
Shell :: install vue js ubuntu 
Shell :: how to clear log files linux debian 
Shell :: ubuntu print path 
Shell :: restart bluetooth siustem in ubuntu 
Shell :: install getkirby 
Shell :: ho to go into a docker container 
Shell :: How to create a new repository on the command line. 
Shell :: update yarn global 
Shell :: snap store fedora 
Shell :: install pygraphviz 
Shell :: how to install chromedriver on linux 
Shell :: intsalling pycharm in ubuntu 
Shell :: ubuntu bluetooth not listed 
Shell :: Show a Wi-Fi password with Terminal 
Shell :: uninstall dependencies npm 
Shell :: linux extract tgz 
Shell :: git remove user password 
Shell :: linux install deb file 
Shell :: git update using git bash 
Shell :: portainer install ubuntu 
Shell :: run adb command mac stackoverflow 
Shell :: error: snap "flutter" has "remove-snap" change in progress 
Shell :: install ant design in react 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =