Hello all, while inspecting the terminfo for alacritty I noticed that the alacritty+common entry is labeled as "base-fragment for alacritty" (see https://github.com/alacritty/alacritty/blob/master/extra/alacritty.info#L26) Yet it currently gets installed to /usr/local/share/terminfo,
Looking at other package managers I found that nixpkgs only installs alacritty and alacritty-direct using tic -xe alacritty,alacritty-direct -o "$terminfo/share/terminfo" extra/alacritty.info (see https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/terminal-emulators/alacritty/default.nix#L124) It seems that this could be a worthwhile change to this port. What do you think?
