fix double promptinit

This commit is contained in:
Rouven Seifert 2023-09-19 21:08:53 +02:00
parent 0197610e3f
commit 06ec7d6e32
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -32,9 +32,7 @@
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc
''; '';
promptInit = '' promptInit = "";
prompt_hw_setup
'';
}; };
} }