summaryrefslogtreecommitdiff
path: root/config/home/.bashrc
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-05 16:56:42 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-01-05 16:56:42 +0100
commite6e98313b9769b431d8a66c0aac2b82295d2bf1e (patch)
tree1cdbc2075815fa88a0b80818174542e00a41f855 /config/home/.bashrc
parent541ab2e483efe77d08ae5d04119a834f24b6d150 (diff)
parent0d10205772b2745356969176de6f52510527e5a6 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/home/.bashrc')
-rw-r--r--config/home/.bashrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/home/.bashrc b/config/home/.bashrc
index 33dbba4..312500d 100644
--- a/config/home/.bashrc
+++ b/config/home/.bashrc
@@ -2,8 +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/zsh/aliases.sh
+. $HOME/.config/shell/aliases.sh
+. $HOME/.config/shell/functions.sh