Skip to content

Commit

Permalink
awsume: install correct Zsh autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Dec 16, 2024
1 parent 93f212d commit d69bf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/admin/awsume/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildPythonApplication rec {
postInstall = ''
installShellCompletion --cmd awsume \
--bash <(PYTHONPATH=./awsume/configure ${python3}/bin/python3 -c"import autocomplete; print(autocomplete.SCRIPTS['bash'])") \
--zsh <(PYTHONPATH=./awsume/configure ${python3}/bin/python3 -c"import autocomplete; print(autocomplete.SCRIPTS['zsh'])") \
--zsh <(PYTHONPATH=./awsume/configure ${python3}/bin/python3 -c"import autocomplete; print(autocomplete.ZSH_AUTOCOMPLETE_FUNCTION)") \
--fish <(PYTHONPATH=./awsume/configure ${python3}/bin/python3 -c"import autocomplete; print(autocomplete.SCRIPTS['fish'])") \
rm -f $out/bin/awsume.bat
Expand Down

0 comments on commit d69bf49

Please sign in to comment.