Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

oh my zsh switch to bash

You can just use exec to replace your current shell with a new shell:

Switch to bash:

exec bash
Switch to zsh:

exec zsh
Comment

PREVIOUS NEXT
Code Example
Shell :: centos install vim 
Shell :: how to pull and overwrite local changes git 
Shell :: install moviepy 
Shell :: apt see installed packages 
Shell :: install react 16 
Shell :: linux which shell am i running 
Shell :: command to install fish shell 
Shell :: git cannot spawn gpg no such file or directory 
Shell :: disable cloud-init ubuntu 
Shell :: install ifconfig on ubuntu 
Shell :: restart apache 
Shell :: uncommit last commit 
Shell :: git load all submodules 
Shell :: nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory) 
Shell :: heroku download database 
Shell :: uninstall zoom command line 
Shell :: linux recursively find directory by name 
Shell :: change git commit message 
Shell :: sudo apt update 
Shell :: install jupyterlab with conda 
Shell :: ubuntu stop process on port 
Shell :: install networkx python 
Shell :: how to read temperature in linux 
Shell :: set git editor 
Shell :: install ssh ubuntu 20.04 
Shell :: show port list in centos 
Shell :: install discord in ubunut 
Shell :: see disk info linux 
Shell :: find which service is using port 
Shell :: conda install tweepy 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =