summaryrefslogtreecommitdiff
path: root/config/home/.bashrc
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-03 16:07:17 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-03 16:07:17 +0100
commit82fe753f3dd60d358ee399ff7ac5740f849a1741 (patch)
treef3f6ee203ab455ce754d6823501237864f61706a /config/home/.bashrc
parent203872a87d70db35bd90bd62a169dbc036b1fd0c (diff)
update
Diffstat (limited to 'config/home/.bashrc')
-rw-r--r--config/home/.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/home/.bashrc b/config/home/.bashrc
index de7659a..312500d 100644
--- a/config/home/.bashrc
+++ b/config/home/.bashrc
@@ -2,9 +2,11 @@ SHELL=/bin/bash
PATH=$HOME/bin:$PATH
color1="\[\033[35m\]"
color2="\[\033[36m\]"
+color3="\[\033[40m\]"
+color4="\[\033[38m\]"
bold="\[\033[1m\]"
reset="\[\033[0m\]"
-PS1="${color1}${bold} [\\u${reset}@${color2}${bold}\\h]${reset} \\w "
+PS1="${color1}${bold} ${color3}\\u${reset}${color3}${color4}@${color2}${bold}\\h${reset}${color3} \\w${reset} "
HISTFILE=
. $HOME/.config/shell/aliases.sh
. $HOME/.config/shell/functions.sh