jamesob / desk

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

Detect Fish on OSX when login shell is bash #61

Closed cgrinds closed 8 years ago

cgrinds commented 8 years ago

On OSX, get_running_shell does not detect the calling process since it assumes a /proc filesytem. That means when the running shell is fish, get_running_shell detects bash and things don't work.