mirror of
https://github.com/vbatts/persistent-shell-history.git
synced 2024-11-22 07:35:38 +00:00
10 lines
193 B
Ruby
10 lines
193 B
Ruby
require 'persistent-shell-history/version'
|
|
require 'persistent-shell-history/bash-history'
|
|
|
|
module Persistent
|
|
module Shell
|
|
module History
|
|
# Your code goes here...
|
|
end
|
|
end
|
|
end
|