If you set your choices path correctly, it seems that the configuration will be saved in .config.
$ echo $CHOICESPATH /home/samuel/.config:/home/samuel/Choices:/usr/local/share/Choices:/usr/share/Choices
export CHOICESPATH=$HOME/.config:$HOME/Choices:/usr/local/share/Choices:/usr/share/Choices
in the .profile file (under ubuntu). It seems to work now.
<code>
<blockcode>
More information about formatting options
$CHOICESPATH
If you set your choices path correctly, it seems that the configuration will be saved in .config.
$ echo $CHOICESPATH /home/samuel/.config:/home/samuel/Choices:/usr/local/share/Choices:/usr/share/ChoicesI added:
export CHOICESPATH=$HOME/.config:$HOME/Choices:/usr/local/share/Choices:/usr/share/Choicesin the .profile file (under ubuntu). It seems to work now.