mirror of
https://github.com/vbatts/persistent-shell-history.git
synced 2024-11-21 23:25:40 +00:00
9 lines
165 B
Ruby
9 lines
165 B
Ruby
require 'persistent-shell-history/version'
|
|
require 'persistent-shell-history/bash-history'
|
|
|
|
module Persistent
|
|
module Shell
|
|
end
|
|
end
|
|
|
|
# vim: set sts=2 sw=2 et ai:
|