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 :: ssh-add could not open a connection to your authentication agent centos 
Shell :: depends: libssl1.1 (= 1.1.1) but it is not installable 
Shell :: ubuntu install node js 
Shell :: get-docker sh 
Shell :: findspark:install 
Shell :: flutter errors shader compilation error 
Shell :: how to download workbench for linux 
Shell :: get public ip linu 
Shell :: hard reset git branch 
Shell :: git remove remote tracking branch 
Shell :: remove file extension bash 
Shell :: run docker redis localhost 
Shell :: delete all unstaged files git 
Shell :: install wine ubuntu 20.04 
Shell :: installed libc-bin package post-installation script subprocess returned error exit status 134 
Shell :: ssh-copy-id windows 
Shell :: install jupyter notebook ubuntu 20.04 
Shell :: git can we reset a new branch to a specific commit 
Shell :: size of directory powershell 
Shell :: mysql2 installation 
Shell :: install pug 
Shell :: how to install kivy in ubuntu 
Shell :: odd even in shell script 
Shell :: certbot delete certificate 
Shell :: bash: /usr/local/bin/docker-compose: No such file or directory 
Shell :: emacs ubuntu install 
Shell :: how to open epub files on linux 
Shell :: spacy install en_core_web_lg 
Shell :: generate py file from ui 
Shell :: linux get recursive directory size 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =