Merge pull request #246972 from antonmosich/autorandr-fish

autorandr: add fish completion
This commit is contained in:
Nick Cao
2023-08-03 19:36:28 -06:00
committed by GitHub
+4 -1
View File
@@ -41,7 +41,10 @@ python3.pkgs.buildPythonApplication rec {
# see https://github.com/phillipberndt/autorandr/issues/197
installShellCompletion --cmd autorandr \
--bash contrib/bash_completion/autorandr \
--zsh contrib/zsh_completion/_autorandr
--zsh contrib/zsh_completion/_autorandr \
--fish contrib/fish_copletion/autorandr.fish
# In the line above there's a typo that needs to be fixed in the next
# release
make install TARGETS='autostart_config' PREFIX=$out DESTDIR=$out