How to set $PATH permanently in fish shell
How to set $PATH permanently fish shell.
- type this in your terminal
vim ~/.config/fish/config.fish
- add this code to fish config
set --universal fish_user_paths $fish_user_paths ~/path/name/here
- restart terminal type your bin
No comments :
Post a Comment