persistent-shell-history/lib/persistent-shell-history.rb

10 lines
160 B
Ruby

require 'persistent-shell-history/version'
require 'persistent-shell-history/history'
module Persistent
module Shell
end
end
# vim: set sts=2 sw=2 et ai: