summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-11-01 01:43:17 -0700
committerxyz <gky44px1999@gmail.com>2021-11-01 01:43:17 -0700
commit9deeeb84723980bca83c589ea0bb7cf57777d292 (patch)
tree061a1b42a7254a19886706f0703b6b0f9408b903 /home/xyz/.bashrc
parente7a3d742adf3f39958eae2013bcc4d8ccc2d31d3 (diff)
refactor
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index ef8ae9a0..af46c839 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -26,7 +26,7 @@ esac
#PS1='\[\033[0;91m\][\u@\h \W]\$ \[\033[0m\]'
# tput is better for different terminals?
-# but also need \[ and \] around color code!
+# but also need \[ and \] around color code for PS1! but seems no need for printf in script? why?
# setaf and sgr0 see `man terminfo`
PS1="\[$(tput setaf 1)\][\u@\h \W]\$ \[$(tput sgr0)\]"