From a1fb8082b87639e3ff41c1c2a40129f81b34af42 Mon Sep 17 00:00:00 2001 From: reo101 Date: Fri, 25 Nov 2022 18:20:19 +0200 Subject: [PATCH] fix(cheetah): remove tabs --- nix-on-droid/cheetah/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-on-droid/cheetah/home.nix b/nix-on-droid/cheetah/home.nix index f571c46..8efca69 100644 --- a/nix-on-droid/cheetah/home.nix +++ b/nix-on-droid/cheetah/home.nix @@ -108,7 +108,7 @@ path = "${config.xdg.dataHome}/zsh/history"; }; - initExtra = '' + initExtra = '' eval "$(direnv hook zsh)" '';