jamesob / desk

A lightweight workspace manager for the shell
MIT License
2.54k stars 111 forks source link

#62 broke desk within tmux #64

Closed hovsater closed 8 years ago

hovsater commented 8 years ago

62 broke desk when used within tmux. Running desk . <deskname> outside tmux works as expected. Running desk . <deskname> within tmux errors out with the following message:

/usr/local/bin/desk: line 133: 4744: command not found
jamesob commented 8 years ago

Thanks for the report! This should be fixed in release 0.5.1: https://github.com/jamesob/desk/releases/tag/v0.5.1

Feel free to reopen if not.