achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
813 stars 46 forks source link

expand ~ when loading global path #100

Closed rcorre closed 10 years ago

rcorre commented 10 years ago

If c.global_path specified in consularc contains a '~', it should be expanded. I noticed that if I specified c.global_path = "~/path/from/my/home" in my consularc, consular would fail to load my project files claiming that "~/path/from/my/home" doesn't exist (even when it did) because it wasn't expanding the '~'.

achiurizo commented 10 years ago

thanks for the fix! will push a new version soon.