1
0
Fork 0
mirror of https://github.com/vbatts/persistent-shell-history.git synced 2025-08-01 23:10:29 +00:00

renaming the traditional storage, so that current functionaltiy will not

interrupt
This commit is contained in:
Vincent Batts 2012-08-23 21:18:15 -04:00
parent 7f97ccc568
commit cd1298bf35
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require 'persistent-shell-history/bash-history'
require 'persistent-shell-history/old-history-store'
require 'optparse'
options = {}