├── .gitignore ├── README.md ├── TODO.md ├── install.sh ├── texas.bash ├── texas.py ├── texas.zsh └── texas_init.zsh /.gitignore: -------------------------------------------------------------------------------- 1 | /texas 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vifon/texas/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vifon/texas/HEAD/TODO.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vifon/texas/HEAD/install.sh -------------------------------------------------------------------------------- /texas.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vifon/texas/HEAD/texas.bash -------------------------------------------------------------------------------- /texas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vifon/texas/HEAD/texas.py -------------------------------------------------------------------------------- /texas.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vifon/texas/HEAD/texas.zsh -------------------------------------------------------------------------------- /texas_init.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vifon/texas/HEAD/texas_init.zsh --------------------------------------------------------------------------------