Horje
set zsh as default shell Code Example
set zsh as default shell
chsh -s /bin/zsh
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.
Source: dev.to




Shell

Related
ubuntu upgrade php to 7.3 Code Example ubuntu upgrade php to 7.3 Code Example
move files one level up linux Code Example move files one level up linux Code Example
install vercel npm Code Example install vercel npm Code Example
(END) windows command line Code Example (END) windows command line Code Example
watch distro linux Code Example watch distro linux Code Example

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