From 592b9becc658a5e5459670a88287d68deb453c3e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 2 Oct 2022 23:51:51 +0100 Subject: [PATCH] Updates docs in (the never used) .bashrc --- bash/.bashrc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index ba49034..2962d8e 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,6 +1,13 @@ -# A simple Bash PS1 prompt, that displays directory, git status and arrow -# Availible on GitHub: https://github.com/Lissy93/minimal-terminal-prompt -# Licensed under MIT - (C) Alicia Sykes, 2022 + +####################################################################### +# ~/.bashrc - Custom PS1 Prompt for Bash Shell # +####################################################################### +# I don't much use Bash me, prefer ZSH of Fish... # +# When that's not availible, let's at least make things look half ok # +####################################################################### +# Originated from: https://github.com/Lissy93/minimal-terminal-prompt # +# Licensed under MIT (C) Alicia Sykes 2022 # +####################################################################### ## Define all the colors COL_USER_HOST='\e[35m' # The color of 'user@host.ext'