users/kat/dev/cookiecutter: Switched to using arc shell module

This commit is contained in:
kat witch 2021-06-01 20:30:12 +01:00
parent f0331ba291
commit 8dc049009a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -3,9 +3,7 @@
{
home.packages = with pkgs; [ cookiecutter ];
programs.zsh.initExtra = ''
katenv () {
home.shell.functions.katenv = ''
cookiecutter cookiecutters --directory $1
}
'';
}