diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-27 02:08:29 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-07-01 16:38:48 -0700 |
commit | ff24c6f187a8829356837937a869af80d72c4cd8 (patch) | |
tree | ec57d8781e1fc73717b38722892a1dc5b0f0de24 /home/xyz/.bashrc | |
parent | dfa8863e87d66b9fd40c5377588bed4c8925d45b (diff) |
comment
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 86d0b853..e114d3a5 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -28,7 +28,7 @@ esac # tput is better for different terminals? # but also need \[ and \] around color code for PS1! but seems no need for printf in script? why? -# setaf and sgr0 see `man terminfo` +# setaf and sgr0 see `man terminfo`, also it seems can have 256 different colors PS1="\[$(tput setaf 3)\][\u@\h \W]\$ \[$(tput sgr0)\]" # https://github.com/LukeSmithxyz/voidrice/blob/master/.config/shell/aliasrc |