diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-25 17:20:32 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-25 17:20:32 -0700 |
commit | 1681a2b0d725189b4f6f0d19a46d1e0721872f35 (patch) | |
tree | 7e79b5c6694ffac3d0ad40de344e6e42c6eaf7c0 /home/xyz/.bashrc | |
parent | a15d7097e161a914810e4d8f0ce48578a8224751 (diff) |
init xyzaa
remove some xyzca specific configs and some xyzaa specific configs
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 f011eba6..cc9f785e 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 6)\][\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 units_cur fbgrab powertop nft rpi-imager fdisk dmesg; do |