This commit is contained in:
kento2 2025-11-16 22:32:14 +01:00
commit 4603184052
87 changed files with 3677 additions and 0 deletions

14
files/.shrc Normal file
View file

@ -0,0 +1,14 @@
printf 'BAT %s%%\n' "$(cat /sys/class/power_supply/BAT0/capacity)"
ps_pwd() {
if test "$PWD" = "$HOME"; then
echo '~'
else
echo "$(basename "$PWD")"
fi
}
PS1='$(ps_pwd) % '
alias reload=". '$ENV'"
alias xi='xi -y'
alias xr='doas xbps-remove -y'