##// END OF EJS Templates
Completion: Adding preliminary zsh support.
Nathan Goldbaum -
Show More
@@ -1,5 +1,9 b''
1 # load with: . ipython-completion.bash
1 # load with: . ipython-completion.bash
2
2
3 if [[ -n ${ZSH_VERSION-} ]]; then
4 autoload -Uz bashcompinit && bashcompinit
5 fi
6
3 _ipython_get_flags()
7 _ipython_get_flags()
4 {
8 {
5 local url=$1
9 local url=$1
General Comments 0
You need to be logged in to leave comments. Login now