From f5d913080e254197cf61a70cdd9e5fca3f95b3e1 Mon Sep 17 00:00:00 2001 From: 1xtier Date: Sat, 22 Mar 2025 22:07:22 +0400 Subject: [PATCH] Edit bashrc --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index d19d15a..b82c54d 100644 --- a/.bashrc +++ b/.bashrc @@ -10,6 +10,7 @@ if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then PATH="$HOME/.local/bin:$HOME/bin:$PATH" fi export PATH +export PS1="\e[0;34m\u\e[0m:\e[0;31m\h\e[0m \e[0;32m>\W\$ \e[0m" # Uncomment the following line if you don't like systemctl's auto-paging feature: # export SYSTEMD_PAGER=