Exercism autocompletion on zsh

Hi guys,

I sometimes have some autocompletion issues while using zsh.
I’ll focus on exercism because it’s the most recent one.

Currently, when installing through nixpkgs, exercism doesn’t ship with autocompletion, at least for my current shell, zsh.

However, there is a command to generate an autocompletion script for the shell, but I do not know if I can use the script with home-manager.

So do you guys know if it is possible ? And how can I do it ?

I’ve tried sourcing the file within the initExtra option, but it doesn’t seem to work
source /home/allan/auto-exercism.sh

Thanks :slight_smile:

There are some quirks when it comes to home manager managed zsh and completions. Try workarounds from here.

1 Like