taskwarrior: minor script cleanup
This commit is contained in:
parent
8a046f36eb
commit
47b3719f51
|
@ -112,13 +112,9 @@ in {
|
|||
else
|
||||
echo "include ${homeConf}" > "${userConf}"
|
||||
fi
|
||||
elif ! ${pkgs.gnugrep}/bin/grep -qF "include ${homeConf}" ${
|
||||
escapeShellArg userConf
|
||||
}; then
|
||||
# Add include statement for home-manager generated config
|
||||
$DRY_RUN_CMD ${pkgs.gnused}/bin/sed -i '1i include ${homeConf}' ${
|
||||
escapeShellArg userConf
|
||||
}
|
||||
elif ! grep -qF "include ${homeConf}" ${escapeShellArg userConf}; then
|
||||
# Add include statement for Home Manager generated config.
|
||||
$DRY_RUN_CMD sed -i '1i include ${homeConf}' ${escapeShellArg userConf}
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue