add agdsn zsh config and comma #69

Merged
rouven0 merged 4 commits from zsh-improvements into main 2023-09-20 08:26:21 +02:00
Showing only changes of commit 0197610e3f - Show all commits

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
'';
};
}