From 1fde9446995e686179a1d8731fc8b2541cf9adb8 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 30 Mar 2025 03:01:56 +0300 Subject: [PATCH] change Bash PS1 --- 🍪/Bash/{.bashrc => bashrc} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename 🍪/Bash/{.bashrc => bashrc} (96%) diff --git a/🍪/Bash/.bashrc b/🍪/Bash/bashrc similarity index 96% rename from 🍪/Bash/.bashrc rename to 🍪/Bash/bashrc index 5ead76b..50d4c9a 100644 --- a/🍪/Bash/.bashrc +++ b/🍪/Bash/bashrc @@ -8,8 +8,8 @@ HISTSIZE=1000 HISTFILESIZE=2000 ########################################################### -#export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \[\e[0;31m\]> \[\e[0m\]' -source ${HOME}/PS1.bash +export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \n\[\e[0;36m\]\u \[\e[0;31m\]> \[\e[0m\]' +#source ${HOME}/PS1.bash export GPG_TTY=$(tty) export PATH="$PATH:$HOME/.local/bin"