summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-12-12 21:45:07 +0400
committerAndrew <saintruler@gmail.com>2020-12-12 21:45:07 +0400
commit4d65cda4603879a0dcae64c852115461a90895db (patch)
tree1ed7c7ff81c6eddccfa84e47dbab63f6f9e24226 /.bashrc
parent0ebe2dd2b7f465902fbe253cf70708a833346429 (diff)
Changed bash's PS1
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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)\] "