Bump, add pipx

This commit is contained in:
David Tomaschik
2023-05-16 19:55:40 -07:00
parent d76a278a95
commit e90c014d88
3 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
setxkbmap -option ctrl:nocaps -option compose:ralt
test -x /usr/bin/xsettingsd && /usr/bin/xsettingsd &
test -f "$HOME/.env" && "$HOME/.env"
test -f "$HOME/.shenv" && "$HOME/.shenv"
test -f "$HOME/.profile" && . "$HOME/.profile"