From 60d1d8f5df2edb5050d921a43cc38a9e887da414 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 9 Jul 2022 23:08:21 +0300 Subject: [PATCH] add PS1 to Bash --- ~/Bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/~/Bash/.bashrc b/~/Bash/.bashrc index 69b4fce..893045e 100644 --- a/~/Bash/.bashrc +++ b/~/Bash/.bashrc @@ -1,6 +1,8 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \[\e[0;31m\]> \[\e[0m\]' + export GPG_TTY=$(tty) export PATH="$PATH:$HOME/.bin"