Method: Chid::Commands::Alias::Create#run

Defined in:
lib/chid/commands/alias/create.rb

#runObject



22
23
24
25
26
# File 'lib/chid/commands/alias/create.rb', line 22

def run
  add_command_on_bashrc

  print "Please run: source ~/.bashrc".blue
end