diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-17 15:08:40 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-17 15:08:40 -0700 |
commit | ccbd799574b03e40f745b39666bbe4bf5790d5ba (patch) | |
tree | 266790702ac14c172cc854d1d36f2a8d5a4ab84e /home/xyz/.bashrc | |
parent | 17c723cf0da0b0d5b4c1ea357c2f59bc90f727d6 (diff) |
update
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 7114c3c4..d2c6721d 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -29,7 +29,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` -PS1="\[$(tput setaf 1)\][\u@\h \W]\$ \[$(tput sgr0)\]" +PS1="\[$(tput setaf 3)\][\u@\h \W]\$ \[$(tput sgr0)\]" # https://github.com/LukeSmithxyz/voidrice/blob/master/.config/shell/aliasrc for cmd in hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager fdisk dmesg; do |