class Noir::Command::Init::Zsh

Constants

InitScript

enable completion for zsh wrote this code in .zshrc if which noir >& /dev/null; then eval “$(noir init zsh)”; fi

Public Class Methods

execute(*args) click to toggle source
# File lib/noir/command/init/zsh.rb, line 28
def execute *args
  puts InitScript
end