fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 19 forks source link

Fish shell support #44

Open pbrit opened 4 years ago

pbrit commented 4 years ago

Currently, if fish and persistency are enabled, below is what is being produced.

Welcome to fish, the friendly interactive shell
user@workstation ~/repo> tmux attach -t session-name || tmux new -s session-name
fish: Unsupported use of '||'. In fish, please use 'COMMAND; or COMMAND'.
tmux attach -t session-name || tmux new -s session-name
                          ^
user@workstation ~/repo> tmux attach -t session-name || tmux new -s session-name

Ideally, the "attach" command should be configurable.

fabiospampinato commented 4 years ago

PR welcome 👍