fix promptinit

This commit is contained in:
Rouven Seifert 2023-09-19 20:44:11 +02:00
parent dc65c4c5c7
commit 0197610e3f
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

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