diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-17 21:09:42 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-17 21:09:42 -0700 |
commit | 7772331aa5df0b8106f3523a0070269fae735894 (patch) | |
tree | 5205788ec0d7a6a57dc228a2015f4d84b4547724 /home/xyz/.bashrc | |
parent | 2a76cd82dd3603efc2516f90bfdae268f00ce6c7 (diff) |
xyzca init
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 33d8cd11..4d81b50f 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 5)\][\u@\h \W]\$ \[$(tput sgr0)\]" +PS1="\[$(tput setaf 6)\][\u@\h \W]\$ \[$(tput sgr0)\]" # https://github.com/LukeSmithxyz/voidrice/blob/master/.config/shell/aliasrc for cmd in hardcode-fixer ventoy units_cur fbgrab powertop nft rpi-imager fdisk dmesg; do |