tests/dircolors: test zsh path
This commit is contained in:
parent
89b8934055
commit
546949fea1
1 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
{ pkgs, ... }: {
|
||||
config = {
|
||||
programs.zsh.enable = true;
|
||||
|
||||
programs.dircolors = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -18,6 +20,11 @@
|
|||
assertFileContent \
|
||||
home-files/.dir_colors \
|
||||
${./settings-expected.conf}
|
||||
|
||||
|
||||
assertFileRegex \
|
||||
home-files/.zshrc \
|
||||
"eval \$(${pkgs.coreutils}/bin/dircolors -b ~/.dir_colors)"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue