├── .gitignore ├── LICENSE ├── README.md ├── prelude └── test_prelude.bats /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aerugo/prelude/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aerugo/prelude/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aerugo/prelude/HEAD/README.md -------------------------------------------------------------------------------- /prelude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aerugo/prelude/HEAD/prelude -------------------------------------------------------------------------------- /test_prelude.bats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aerugo/prelude/HEAD/test_prelude.bats --------------------------------------------------------------------------------