From a0c10e646ab8c245a9cb0ca6f741d1c2f59c2a42 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sat, 1 Oct 2022 13:03:25 +0300 Subject: [PATCH] Update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91c02b2..c02f5eb 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,22 @@ Various command line tools for Arch Linux ## About -This repository has various practical developer/sysadmin-oriented tools to Arch Linux. +This repository has various practical developer/sysadmin-oriented tools for Arch Linux. ---------------------- ## Contents +- `bash.bashrc` + + - Drop into `/etc/` system folder + - Use with `bash.custom` file + - `bash.custom` - - Enable various customizations to your bash environment. Intention is to make life little bit easier to sysadmins when they work in shell environments. + - Drop into `/etc/` system folder or install using [PKGBUILD](tools/PKGBUILD) + - Enable various customizations in your bash environment + - Improve usability and visual feedback of bash shell ### [tools](tools)