Shelliterm 2(for Mac &oh My Zsh

Posted on admin
Shelliterm 2(for Mac &oh My Zsh 9,0/10 8410 votes
Shell iterm2(for mac oh my zsh themes

Shell Iterm2(for Mac Oh My Zsh Themes

I am trying to get Docker shell completion on this stack (OSX iTerm2 oh-my-zsh) I followed this guide - First I executed this $ mkdir -p /.zsh/completion $ curl -L /.zsh/completion/docker-compose Then I added this two lines almost at the end /.zshrc file fpath=(/.zsh/completion $fpath) autoload -Uz compinit && compinit -i Then in the terminal I run source /.zshrc exec $SHELL -l But when I press tab it suggest the files and folders on the path.