MordechaiHadad / bob

A version manager for neovim
MIT License
1.41k stars 36 forks source link

Creation of target directories does not honor $HOME variable #186

Closed Skyr closed 5 months ago

Skyr commented 6 months ago

On one of my Linux systems, the home directories are not located under /home. $HOME is set properly. bob fails to create its directories under $HOME/.local/..., but uses /home/username/.local/... - which fails in my situation.

MordechaiHadad commented 6 months ago

Set the location in the config file: https://github.com/MordechaiHadad/bob?tab=readme-ov-file#syntax

MordechaiHadad commented 5 months ago

closing due to inactivity