Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fish shell support #44

Open
pbrit opened this issue Apr 7, 2020 · 1 comment
Open

Fish shell support #44

pbrit opened this issue Apr 7, 2020 · 1 comment

Comments

@pbrit
Copy link
Contributor

pbrit commented Apr 7, 2020

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
Copy link
Owner

PR welcome 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants