jamesob / desk

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

fix shell name detection, closes #48 #50

Closed MrMitch closed 8 years ago

MrMitch commented 8 years ago

Make sure the shell name found using procfs isnot empty. If it is, fallback to using $SHELL

jamesob commented 8 years ago

Looks good. Thanks, @MrMitch.

MrMitch commented 8 years ago

happy to help :)