Tuesday, May 15, 2018

How to set $PATH permanently in fish shell

  No comments
How to set $PATH permanently fish shell.

  1. type this in your terminal
    vim ~/.config/fish/config.fish
    
  2. add this code to fish config

    
    set --universal fish_user_paths $fish_user_paths ~/path/name/here
    
    
  3. restart terminal type your bin


No comments :

Post a Comment