nix/shell/zsh: add extra scripts for tas

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-19 16:37:18 +03:00
parent ea7536542f
commit c83e2458db
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -51,6 +51,10 @@ in
source "$HOME/.ghcup/env"
fi
'';
initExtra = ''
eval "$(cat $HOME/repos/tas/shell/zsh)"
'';
};
};
}