withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.05k stars 63 forks source link

Fig doesn't create ~/.config/fish/conf.d #1196

Open clo4 opened 2 years ago

clo4 commented 2 years ago

fig couldn't automatically install shell extensions for fish in my case, because the dir ~/.config/fish/conf.d didn't exist already. Running fig doctor manually just gave an error (00_fig_pre.fish: No such file or directory (os error 2) etc.). Creating conf.d manually and then running fig install --dotfiles got it working.

brendanfalk commented 2 years ago

If ~/.config/fish/conf.d doesn't exist, we should check if ~/.config/fish/ exists and if not create it