nix/shell/zsh: add extra scripts for tas
This commit is contained in:
parent
ea7536542f
commit
c83e2458db
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ in
|
||||||
source "$HOME/.ghcup/env"
|
source "$HOME/.ghcup/env"
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
initExtra = ''
|
||||||
|
eval "$(cat $HOME/repos/tas/shell/zsh)"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue