├── .gitignore ├── LICENSE ├── README.md ├── bashrc_trap.sh └── zsh_trap.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalist/bash_database_history/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalist/bash_database_history/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalist/bash_database_history/HEAD/README.md -------------------------------------------------------------------------------- /bashrc_trap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalist/bash_database_history/HEAD/bashrc_trap.sh -------------------------------------------------------------------------------- /zsh_trap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalist/bash_database_history/HEAD/zsh_trap.sh --------------------------------------------------------------------------------