Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

set zsh as default shell

chsh -s /bin/zsh
Comment

set zsh as default shell

# Open vim or your favorite code editor
sudo vim ~/.bashrc

# Now we need to edit the file and add the following line to the end of the file remember to add a comment just to remember, what is that line of code task.
exec zsh

# It will execute the command every time you load the terminal and run your zsh shell.
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 :: disable password ssh login 
Shell :: changing git remote url 
Shell :: sort numerically in linux ls 
Shell :: install pytorch lightning 
Shell :: manjaro nodejs 
Shell :: heroku rebuild without push 
Shell :: install android sdk 
Shell :: Ubuntu free ports in use 
Shell :: microsoft todo for linux 
Shell :: remove git from project in windows 
Shell :: how to open current terminal directory in file explorer 
Shell :: install nano in docker 
Shell :: git add email 
Shell :: linux file path 
Shell :: install 7z commadn line windows 
Shell :: docker console into container 
Shell :: scp server to local 
Shell :: pip install bootstrap 
Shell :: install golang 
Shell :: zsh fzf plugin 
Shell :: install ionic 
Shell :: linux change username 
Shell :: install node on ubuntu 
Shell :: how to install cassandra 
Shell :: ngrok download authoken 
Shell :: flutter ci cd gitlab 
Shell :: powershell length of string 
Shell :: psycopg2-binary install for M1 
Shell :: kubernetes get logs from pod 
Shell :: how to install opencv in anaconda, jupyter notebook 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =