Merge pull request #43143 from dotlambda/alacritty-completions
alacritty: install shell completions
This commit is contained in:
commit
784f543cb7
@ -92,6 +92,10 @@ in buildRustPackage rec {
|
|||||||
patchelf --set-rpath "${stdenv.lib.makeLibraryPath rpathLibs}" $out/bin/alacritty
|
patchelf --set-rpath "${stdenv.lib.makeLibraryPath rpathLibs}" $out/bin/alacritty
|
||||||
'') + ''
|
'') + ''
|
||||||
|
|
||||||
|
install -D alacritty-completions.zsh "$out/share/zsh/site-functions/_alacritty"
|
||||||
|
install -D alacritty-completions.bash "$out/etc/bash_completion.d/alacritty-completions.bash"
|
||||||
|
install -D alacritty-completions.fish "$out/share/fish/vendor_completions.d/alacritty.fish"
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user