Files
Hasit Mistry 16b4e3b9f3 Handle installation for 'fish' shell (#690)
* Handle installation for 'fish' shell

'fish' is a popular shell. This commit adds support for proper detection and installation of yarn in 'fish' shell. If the detected shell is 'fish', add path to ~/.yarn/bin in $HOME/.config/fish/config.fish file.

* Use a more modern way of setting $PATH in fish

Set `~/.yarn/bin` in `$fish_user_paths` instead of setting it in `~/.config/fish/config.fish` file.

See [suggestion from fish documentation](https://github.com/fish-shell/fish-shell/issues/527#issuecomment-13811988) for more reference.

* Run command to set $fish_user_paths instead of evaluating a string.
2016-10-12 11:25:33 +09:00
..
2016-10-05 12:50:44 +01:00
2016-10-06 16:17:39 +01:00
2016-10-10 10:53:45 +01:00
2016-10-10 21:18:06 -07:00
2016-10-05 12:50:44 +01:00
2016-10-04 14:46:11 +01:00