zsh-users / fizsh

Friendly Interactive ZSHell.
Other
301 stars 18 forks source link

Put `.fizsh` into `.local`? #17

Closed Retia-Adolf closed 2 years ago

Retia-Adolf commented 5 years ago

https://www.reddit.com/r/linux/comments/2v8rv2/move_your_config_files_to_xdg_config_home/

Just like python:

.local/share is the XDG_DATA_DIR default, but python's local installs go in .local/lib/python-$MAJOR.$MINOR/ and .local/bin/

else it blows up users' home directory...

guidovansteen commented 5 years ago

Thanks for the idea. This is something that might be improved in the future. A patch is welcome!

guidovansteen commented 2 years ago

A patch is still welcome.