Skip to content

Commit

Permalink
move config/alias loading elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Sep 5, 2010
1 parent b4ff6d3 commit 902b845
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/boson/commands/tag_tree_setup.rb
@@ -1,10 +1,9 @@
module TagTreeSetup
def self.after_included
if Object.const_defined?(:IRB_PROCS)
IRB_PROCS[:tag_tree_aliases] = lambda {|e| Alias.create :file=>'config/alias.yml'}
if $".include?('bond.rb')
IRB_PROCS[:reload_bond] = lambda {|e| ::Readline.completion_proc = ::Bond.agent }
end
end
end
end
end

0 comments on commit 902b845

Please sign in to comment.