diff options
| author | Seth Flynn <[email protected]> | 2021-08-11 19:05:00 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-08-11 19:14:28 -0400 |
| commit | fd678fd95fcc98372a90c3f16033f9df29f6a1d9 (patch) | |
| tree | 583e9dbabb346eafa535b20b5d72cfc6bcf90143 /shells | |
| parent | 988e63ee653f6db8dc0746e56c4c4791964d034f (diff) | |
update bashrc
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/.bashrc b/shells/.bashrc index 7c0c1e9..cc17a89 100644 --- a/shells/.bashrc +++ b/shells/.bashrc @@ -3,7 +3,7 @@ # # set prompt -export PS1="\[\e[36m\][\[\e[m\]\[\e[33m\]\u\[\e[m\]@\[\e[35m\]\h\[\e[m\] \\$ \[\e[37m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\] " +export PS1='\[\e[0;93m\][\[\e[0;96m\]\u\[\e[0;95m\]@\[\e[0;96m\]\h \[\e[0;92m\]\w\[\e[0;93m\]]\[\e[0;90m\]$\[\e[0m\] ' # options shopt -s autocd |
