xtendo-org / chips

A fast, lightweight, and concurrent plugin manager for the fish shell, written in Haskell
73 stars 3 forks source link

Running chips without making 'functions' directory throws an exception #16

Closed es-lee closed 8 years ago

es-lee commented 8 years ago

If I run chips without making ~/.config/fish/functions directory, it throws an exception.

$ ./chips

chips: fish plugin manager
version 1.0.0
Build result saved at /home/simnalamburt/.config/chips/build.fish
chips: /home/iioopp90/.config/fish/functions: copyFile: does not exist (No such file or directory)

Similar issue with #11

xtendo-org commented 8 years ago

Thanks for a report! I'll work on this soon.

simnalamburt commented 8 years ago

Looks like this issue have already been fixed in master branch

xtendo-org commented 8 years ago

Indeed, this bug has already been fixed in the master branch. (6621994cacd78ae2b31e1ba6712b257fedb36648)

So there are three different approaches:

Sorry for the inconvenience! I'll try to make the next release as soon as possible.