initial env

This commit is contained in:
Sebastian Rust
2024-06-09 19:01:16 +02:00
commit d353787c1a
28 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Cookiecutter Autocompletion Script
# Function to generate the list of templates
_cookiecutter_templates() {
# List the contents of the $HOME/Templates directory
_files -W /home/jack/Templates
}
# Associate the function with cookiecutter command
compdef _cookiecutter_templates cookiecutter