Floobits / flootty

A collaborative terminal.
Apache License 2.0
175 stars 25 forks source link

Setting prompt fails when using fish shell #35

Closed frewsxcv closed 9 years ago

frewsxcv commented 9 years ago
~/D/r/rust-geojson (geojson-0.1|) $ flootty --url  https://floobits.com/frewsxcv/Testing --create my_terminal
Terminal is safe. Other users will not be able to send [enter]
Connecting to https://floobits.com/frewsxcv/Testing
Connected!
Successfully joined https://floobits.com/frewsxcv/Testing
PS1="\[\e[32m\]frewsxcv::Testing::\[\033[0m\]\[\e[32m\]my_terminal\[\033[0m\] $PS1"
~/D/r/rust-geojson (geojson-0.1|) $ PS1="\[\e[32m\]frewsxcv::Testing::\[\033[0m\]\[\e[32m\]my_terminal\[\033[0m\] $PS1"
fish: Unknown command 'PS1=\[\e[32m\]frewsxcv::Testing::\[\033[0m\]\[\e[32m\]my_terminal\[\033[0m\] PS1'. Did you mean 'set
PS1 \[\e[32m\]frewsxcv::Testing::\[\033[0m\]\[\e[32m\]my_terminal\[\033[0m\] PS1'? See the help section on the set command by
typing 'help 
ggreer commented 9 years ago

I've pushed a new version (3.1.4) to pypi. Update and you should be good.

frewsxcv commented 9 years ago