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 :: install netlify cli 
Shell :: git force pull 
Shell :: how to remove an apt repository 
Shell :: powershell arry initialize add 
Shell :: make kitty terminal the default terminal on ubuntu 
Shell :: powershell get current user 
Shell :: disconnect local git repo from remote 
Shell :: install psycopg2 ubuntu 
Shell :: ubuntu 20.04 bluetooth not turning on or working 
Shell :: how to install kite in ubuntu 
Shell :: install Qt5 ubuntu 20.04 
Shell :: count files recursively linux 
Shell :: install kazam ubuntu 20.04 
Shell :: install snap fedora 
Shell :: reset last commit without losing changes 
Shell :: zsh: command not found: conda 
Shell :: kill logstash 
Shell :: git change commit message of old commit 
Shell :: install docker raspberry 
Shell :: install jupyterlab with pip 
Shell :: how to stop running port in ubuntu 
Shell :: pip install networkx 
Shell :: mac host file 
Shell :: vim tab 2 spaces 
Shell :: uninstall foxit reader 
Shell :: zathura ubuntu install 
Shell :: hello world bash 
Shell :: how to update remote branches list git 
Shell :: mac show cocoapods version 
Shell :: wget ignore ssl cert error 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =