diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-03 16:07:17 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-03 16:07:17 +0100 |
commit | 82fe753f3dd60d358ee399ff7ac5740f849a1741 (patch) | |
tree | f3f6ee203ab455ce754d6823501237864f61706a /config/home/.bashrc | |
parent | 203872a87d70db35bd90bd62a169dbc036b1fd0c (diff) |
update
Diffstat (limited to 'config/home/.bashrc')
-rw-r--r-- | config/home/.bashrc | 4 |
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 |