Skip to content

Commit

Permalink
Merge pull request ipython#3159 from ngoldbaum/master
Browse files Browse the repository at this point in the history
Autocompletion for zsh
  • Loading branch information
ellisonbg committed Apr 13, 2013
2 parents 22dec57 + 1f14998 commit d180ab4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/core/ipython-completion.bash
@@ -1,5 +1,9 @@
# load with: . ipython-completion.bash

if [[ -n ${ZSH_VERSION-} ]]; then
autoload -Uz bashcompinit && bashcompinit
fi

_ipython_get_flags()
{
local url=$1
Expand Down

0 comments on commit d180ab4

Please sign in to comment.