Due to fish being a non-POSIX shell, granted provides a separate wrapper to be used by fish.
6 lines
280 B
Nix
6 lines
280 B
Nix
{
|
|
granted-zsh-integration-enabled = ./zsh-integration-enabled.nix;
|
|
granted-zsh-integration-disabled = ./zsh-integration-disabled.nix;
|
|
granted-fish-integration-enabled = ./fish-integration-enabled.nix;
|
|
granted-fish-integration-disabled = ./fish-integration-disabled.nix;
|
|
}
|