mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-24 16:33:14 +01:00
Updates docs in (the never used) .bashrc
This commit is contained in:
parent
b6886ec566
commit
592b9becc6
13
bash/.bashrc
13
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 <https://aliciasykes.com>
|
||||
|
||||
#######################################################################
|
||||
# ~/.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 <https://aliciasykes.com> #
|
||||
#######################################################################
|
||||
|
||||
## Define all the colors
|
||||
COL_USER_HOST='\e[35m' # The color of 'user@host.ext'
|
||||
|
Loading…
Reference in New Issue
Block a user