Completion for django manage.py command.
-
Add the following to your
.zshrc
:antigen bundle ikhomutov/zsh-django
-
Start a new terminal session.
-
Clone this repository into
$ZSH_CUSTOM/plugins
(by default~/.oh-my-zsh/custom/plugins
)git clone https://github.com/ikhomutov/zsh-django ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-django
-
Add the plugin to the list of plugins for Oh My Zsh to load (inside
~/.zshrc
):plugins=( ... zsh-django )
-
Start a new terminal session.
-
Clone this repository somewhere on your machine.
git clone https://github.com/ikhomutov/zsh-django ~/.zsh/zsh-django
-
Add the following to your
.zshrc
:source ~/.zsh/zsh-django/zsh-django.zsh
-
Start a new terminal session.