.
This commit is contained in:
commit
4603184052
87 changed files with 3677 additions and 0 deletions
14
files/.shrc
Normal file
14
files/.shrc
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue