diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-04 15:16:05 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-04 15:16:05 +0800 |
commit | 8ce2d46747834f1b06f2c250f0d0fa055799a767 (patch) | |
tree | db63091d1597c0981d8324ae6758653bc1428461 /home/xyz/.bashrc | |
parent | 673c18cbf2c80de0aa5aa03b24cd026cf742412b (diff) |
init xyzru VPS
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 e371e758..1224fcb3 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`, also it seems can have 256 different colors -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 |