zsh: squash warning

This commit is contained in:
Sam W 2024-04-24 23:12:13 +01:00
parent 58e331678d
commit 7f90b53891
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ in {
envExtra = '' envExtra = ''
export FZF_DEFAULT_COMMAND='${pkgs.fd}/bin/fd --type f --strip-cwd-prefix' export FZF_DEFAULT_COMMAND='${pkgs.fd}/bin/fd --type f --strip-cwd-prefix'
''; '';
enableSyntaxHighlighting = true; syntaxHighlighting.enable = true;
plugins = [ plugins = [
{ {
name = "fzf-tab"; name = "fzf-tab";