├── .gitignore ├── README.md ├── bash_profile └── bashrc /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *~ 3 | *.tmp 4 | tags 5 | 6 | .MTREE 7 | .PKGINFO 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-config-bash/HEAD/README.md -------------------------------------------------------------------------------- /bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-config-bash/HEAD/bash_profile -------------------------------------------------------------------------------- /bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-config-bash/HEAD/bashrc --------------------------------------------------------------------------------