mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
Added autocomplete support for commands
This commit is contained in:
parent
73d934d931
commit
9896714231
2 changed files with 56 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Drush support.
|
||||
|
||||
function dren() {
|
||||
drush en $@ -y
|
||||
drush en $@ -y
|
||||
}
|
||||
|
||||
function dris() {
|
||||
|
|
@ -45,3 +45,8 @@ alias drup="drush updatedb"
|
|||
alias drups="drush updatedb-status"
|
||||
alias drv="drush version"
|
||||
alias drif="drush image-flush --all"
|
||||
|
||||
# Enable drush autocomplete support
|
||||
autoload bashcompinit
|
||||
bashcompinit
|
||||
source $(dirname $0)/drush.complete.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue