diff --git a/users/lyes/home/shells/fish.nix b/users/lyes/home/shells/fish.nix index 4615bcc..f03cd6e 100644 --- a/users/lyes/home/shells/fish.nix +++ b/users/lyes/home/shells/fish.nix @@ -26,8 +26,8 @@ grep = "rg"; }; - shellInit = [ - "set fish_term24bit 1" - ]; + shellInit = '' + set fish_term24bit 1 + ''; }; }