Skip to content

ikhomutov/zsh-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

zsh-django

Completion for django manage.py command.

Installation

  1. Add the following to your .zshrc:

    antigen bundle ikhomutov/zsh-django
  2. Start a new terminal session.

  1. 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
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=(
      ...
      zsh-django
    )
  3. Start a new terminal session.

Manual (Git Clone)

  1. Clone this repository somewhere on your machine.

    git clone https://github.com/ikhomutov/zsh-django ~/.zsh/zsh-django
  2. Add the following to your .zshrc:

    source ~/.zsh/zsh-django/zsh-django.zsh
  3. Start a new terminal session.

About

Completion for django manage.py command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages