From 06ec7d6e322ab25c11036fc0274c5b3512f3597c Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Tue, 19 Sep 2023 21:08:53 +0200 Subject: [PATCH] fix double promptinit --- modules/zsh.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/zsh.nix b/modules/zsh.nix index 5e8c337..3aafd18 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -32,9 +32,7 @@ source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc ''; - promptInit = '' - prompt_hw_setup - ''; + promptInit = ""; }; }