From d4ff07202cf977a6a998cea39de4c6501481f39d Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 29 May 2023 12:55:51 +0200 Subject: Fix(hm/conf/zsh): Quote string --- home-manager/config/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/config/zsh/default.nix b/home-manager/config/zsh/default.nix index 83d4b84f..831c2bb3 100644 --- a/home-manager/config/zsh/default.nix +++ b/home-manager/config/zsh/default.nix @@ -70,7 +70,7 @@ + builtins.readFile ./config/zsh-prompt.sh + builtins.readFile ./config/custom_cursor.sh + builtins.readFile "${pkgs.fzf}/share/fzf/key-bindings.zsh" - + "SHELL_LIBRARY_VERSION="1.1.3" source ${shell_library.rawLib.${system}}"; + + "SHELL_LIBRARY_VERSION=\"1.1.3\" source ${shell_library.rawLib.${system}}"; shellAliases = { ll = ". ll"; hisea = "history 0 | grep"; -- cgit 1.4.1