├── .gitignore ├── README.md ├── bash-history-sqlite.sh └── bash-profile.stub /.gitignore: -------------------------------------------------------------------------------- 1 | .bash-preexec.sh 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thenewwazoo/bash-history-sqlite/HEAD/README.md -------------------------------------------------------------------------------- /bash-history-sqlite.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thenewwazoo/bash-history-sqlite/HEAD/bash-history-sqlite.sh -------------------------------------------------------------------------------- /bash-profile.stub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thenewwazoo/bash-history-sqlite/HEAD/bash-profile.stub --------------------------------------------------------------------------------