initial env
This commit is contained in:
10
dot_env.d/executable_cookiecutter.suggest
Normal file
10
dot_env.d/executable_cookiecutter.suggest
Normal 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
|
||||
Reference in New Issue
Block a user