Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change default shell fish

> echo /usr/local/bin/fish | sudo tee -a /etc/shells
> chsh -s /usr/local/bin/fish
Comment

make fish as default shell

1st method :-
- You can set fish as your default shell by running
'chsh -s $(which fish)'

2nd method :-
- by adding 'fish' to your '.bashrc' file
Comment

PREVIOUS NEXT
Code Example
Shell :: unity logcat 
Shell :: mac httpd stop 
Shell :: how to check in which brach we are in git 
Shell :: install docker on debian 
Shell :: how to find and replace a string in a file using shell script 
Shell :: add time from terminal linux in archlinux 
Shell :: reinstall angular core 
Shell :: ubuntu no bluetooth found 
Shell :: get docker script 
Shell :: pip install django-heroku error 
Shell :: Show history in powershell across the sessions 
Shell :: heroku cli login 
Shell :: stop process running on port 
Shell :: delete all migrations django 
Shell :: zsh autosuggestions 
Shell :: could not find driver (SQL: select * from information_schema.table 
Shell :: how to isntall blender on linux 
Shell :: how to start xampp in ubuntu 
Shell :: bash check if number is greater than 
Shell :: bash unzip all files 
Shell :: voice recorder for ubuntu 
Shell :: ubuntu install libc6-dev-i386 
Shell :: powershell admin privileges 
Shell :: bash if is number 
Shell :: install ngrok 
Shell :: debian show installed packages 
Shell :: kubectl to show label of pod 
Shell :: upgrade nltk version 
Shell :: ubuntu 18.04 ssh config 
Shell :: ubuntu 20.04 uninstall imagemagick 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =