How to run automatically fish on your terminal
Jump to navigation
Jump to search
1. echo $SHELL
2.
- Bash:
~/.bashrc or ~/.bash_profile
- Zsh:
~/.zshrc
- Fish:
~/.config/fish/config.fish
3. vi ~/.bashrc
4. Add your command to the end of the file:fish
5.
source ~/.bashrc
# For Bashsource ~/.zshrc
# For Zshsource ~/.config/fish/config.fish
# For Fish
Related
See also
- Fish shell,
fish_config, fish vi key bindings, set --export
, Search as you type, Fisher,~/.config/fish/config.fish, fish_add_path
- Shell: Fish shell,
sh
,Bash
,ksh
,zsh
,ash
, PowerShell (Windows),/usr/bin/env
,.hushlogin
,dash
,tcsh
, Shell redirection,dquote, $SHELL
, Google Cloud Shell, AWS CloudShell, explainshell.com, vmware_vm_shell, Nushell, Fig.io, direnv
Advertising: