brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 192 forks source link

Open bash terminal console fish shell #1003

Open rmb938 opened 9 years ago

rmb938 commented 9 years ago

When open bash terminal console using the fish shell the git status command returns a syntax error.

cd 'path to git location' && git status

should be

cd 'path to git location'; and git status

Brackets 1.2.0-15697 (mac), Git 2.3.2 (Apple Git-55) & Brackets-Git 0.14.24

zaggino commented 9 years ago

you'd need to submit a PR for this file https://github.com/zaggino/brackets-git/blob/master/shell/terminal.osa as I don't use fish shell

quasivivo commented 9 years ago

Added PR #1163 for this. Simply using ";" for command concatenation appeases Fish and should work across shells.

zaggino commented 9 years ago

cc @macbookandrew