mitnk / cicada

An old-school bash-like Unix shell written in Rust
https://hugo.wang/cicada/
MIT License
981 stars 50 forks source link

feature : use ~/.config/cicada instead of .cicadarc #19

Closed rapha8l closed 5 years ago

rapha8l commented 5 years ago

Hi,

Thanks for your shell As many people complain about $HOME being a mess of dotfiles, I'd suggest using $XDG_HOME_CONFIG Have a nice day

mitnk commented 5 years ago

A good call, @rapha8l. I will add it.

mitnk commented 5 years ago

We have files under ~/.cicada/, like ~/.cicada/completers. I guess we should move them too?

~/.config/cicada/cicadarc
~/.config/cicada/completers/git.yaml
...
rapha8l commented 5 years ago

Hi I'd say everything should go there too Thanks for your reply !

mitnk commented 5 years ago

Updated on master. Thanks for your input!

rapha8l commented 5 years ago

Thanks a lot !