Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
9177ba956dbfa629c665a33a9ba00f791285579e
/
.
/
modules
/
mommy.nix
blob: 9233ded24b56d273eb4ff5cc71755a6afcb70af4 [
file
] [
log
] [
blame
]
{
pkgs
,
mommy
,
...
}:
{
home
.
programs
.
zsh
.
initExtra
=
''
source $
{
mommy
}/
shell
-
mommy
.
sh
precmd
()
{
if
((
$
?
!=
0
));
then
;
mommy
false
;
fi
}
''
;
}