complete
                                
                                
                                
                                    complete copied to clipboard
                            
                            
                            
                        Commands written to `~/.profile` are not compatible with `zsh`
See nodejitsu/jitsu#360.
I just noticed this on my system recently, so maybe it was added in a recent version of jitsu? Either way, I'll be happy to see it addressed.
/Users/adam/.profile:5: command not found: shopt
                                    
                                    
                                    
                                
not many people seem to care about this since its been open for a year. I don't use zsh, i use fish and bash. Nevertheless, a pull request for this would be awesome :+1:
I had a quick glance at the man page for shopt but I guess I'm not just that much of a CLI ninja. Can you tell me what the goal of this line is so that maybe I can find a way to get it working that's both zsh & bash friendly?
Here is the best place to start i think -- http://ss64.com/bash/shopt.html
This page says:
progcompIf set, the programmable completion facilities are enabled. This option is enabled by default.
I think shopt command could be simply removed.
+1, can you whip up a quick test/PR for that?