mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-19 10:35:30 -07:00
Compare commits
4 Commits
9cb9ace54d
...
368ade3907
Author | SHA1 | Date | |
---|---|---|---|
|
368ade3907 | ||
|
b9e73b4481 | ||
|
62e3e0b2fd | ||
|
7d4df94bfc |
@ -1,4 +1,4 @@
|
||||
certifi==2024.8.30
|
||||
certifi==2024.12.14
|
||||
charset-normalizer==3.4.0
|
||||
idna==3.10
|
||||
PyYAML==6.0.2
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user