Compare commits

...

4 Commits

Author SHA1 Message Date
Ben Huebscher
368ade3907
Merge 7d4df94bfc into b9e73b4481 2024-12-18 19:10:12 +01:00
Federico François
b9e73b4481
docs(per-directory-history): add variable docs (#12844) 2024-12-15 23:40:09 +01:00
dependabot[bot]
62e3e0b2fd
chore(deps): bump certifi from 2024.8.30 to 2024.12.14 in /.github/workflows/dependencies (#12848)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-15 23:38:56 +01:00
Ben Huebscher
7d4df94bfc
symfony2: fix console selection priority 2020-01-06 01:54:36 -08:00
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
certifi==2024.8.30
certifi==2024.12.14
charset-normalizer==3.4.0
idna==3.10
PyYAML==6.0.2

View File

@ -35,6 +35,7 @@ toggle set the `PER_DIRECTORY_HISTORY_TOGGLE` environment variable.
function above (default `^G`)
* `PER_DIRECTORY_HISTORY_PRINT_MODE_CHANGE` is a variable which toggles whether
the current mode is printed to the screen following a mode change (default `true`)
* `HISTORY_START_WITH_GLOBAL` is a global variable that defines how to start the plugin: global or local (default `false`)
## History

View File

@ -1,7 +1,7 @@
# Symfony2 basic command completion
_symfony_console () {
echo "php $(find . -maxdepth 2 -mindepth 1 -name 'console' -type f | head -n 1)"
echo "php $(find . -maxdepth 2 -mindepth 1 -name 'console' -type f | tail -n 1)"
}
_symfony2_get_command_list () {