# File lib/hammer_cli/shell.rb, line 67
    def load
      if File.exist?(file_path)
        File.readlines(file_path).each do |line|
          Readline::HISTORY.push(line.strip)
        end
      end
    end