From 4d65cda4603879a0dcae64c852115461a90895db Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 12 Dec 2020 21:45:07 +0400 Subject: Changed bash's PS1 --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index d9a54ec..bd8f192 100644 --- a/.bashrc +++ b/.bashrc @@ -26,3 +26,5 @@ fzf_cd() { } bind '"\C-f":"fzf_cd\n"' + +export PS1="\A \u@\h:\w >\[$(tput sgr0)\] " -- cgit v1.2.3