ddiachkov / atom-project-shell-env

Atom package to load shell env variables from project directory
MIT License
7 stars 4 forks source link

No fish shell support. #3

Open kWhittington opened 8 years ago

kWhittington commented 8 years ago

Hi, using fish and get the following error:

Error: fish:
  Could not return shell to foreground tcsetpgrp: 
  Operation not supported on socket fish: 
  Could not return shell to foreground tcsetpgrp: 
  Operation not supported on socket Could not send job 6 ('echo "begin; $argv "\n" ;end <&3 3<&-" | source 3<&0') to foreground tcsetpgrp: 
  Operation not supported on socket Could not send job 6 ('echo "begin; $argv "\n" ;end <&3 3<&-" | source 3<&0') to foreground tcsetpgrp: 
  Operation not supported on socket fish:
  Could not return shell to foreground tcsetpgrp:
  Operation not supported on socket fish:
  Could not return shell to foreground tcsetpgrp:
  Operation not supported on socket fish:
  Could not return shell to foreground tcsetpgrp:
  Operation not supported on socket Unsupported use of '||'. In fish, please use 'COMMAND; or COMMAND'. fish: cd /absolute/path/to/project || exit -1 ^

(fixed the format, the error message had no new lines)

kdiogenes commented 8 years ago

Just make a pull request, give it a try: https://github.com/ddiachkov/atom-project-shell-env/pull/5