iridakos / goto

Alias and navigate to directories with tab completion in Linux
https://iridakos.com/programming/2019/04/10/shell-navigation-with-autocomplete
MIT License
873 stars 63 forks source link

Bug (Minor) (Linux): Does not check for ~/.config directory #61

Closed arcanemachine closed 3 years ago

arcanemachine commented 4 years ago

Just a small bug: The program does not check to make sure the ~/.config directory exists. Until this directory is created, the program will happily report that the shortcut has been created, although it has not.

iridakos commented 3 years ago

Hi @arcanemachine and sorry for the late response. I will check it asap, thank you for reporting!

iridakos commented 3 years ago

Hi @arcanemachine, this should be fixed with this PR.

Thanks for reporting and feel free to re-open the issue in case the problem still exists! :+1: