From 8d13ca672e697371142e60554fa9ec1912e1376f Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 6 Dec 2022 15:22:57 +0100 Subject: [PATCH] Adds hostname in bashrc --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 4922e1b..d87592e 100644 --- a/bashrc +++ b/bashrc @@ -62,7 +62,7 @@ if [ "$color_prompt" = yes ]; then else color="\033[1;35m" fi - PS1="${color}┌── \u\033[33m::\033[34m\w\033[0m\n${color}└▷ \033[0m" + PS1="${color}┌── \u\033[33m@\033[32m\h\033[33m::\033[34m\w\033[0m\n${color}└▷ \033[0m" else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi