added xpilotrc

incredible advance in the field of retro gaming
This commit is contained in:
dogeystamp 2023-05-03 21:23:19 -04:00
parent 6c9ab56170
commit ed72e61124
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 12 additions and 0 deletions

10
src/.config/xpilotrc Normal file
View File

@ -0,0 +1,10 @@
xpilot.name: immy
xpilot.user:imogen
xpilot.host:localhost
xpilot.keyTurnLeft: a
xpilot.keyTurnRight: d
xpilot.keyThrust: w
xpilot.keyLockClose: e
xpilot.keyLockClose: q

View File

@ -32,6 +32,8 @@ export GOPATH="$HOME"/.local/go
export npm_config_userconfig=$XDG_CONFIG_HOME/npm/config
export npm_config_cache=$XDG_CACHE_HOME/npm
export npm_config_prefix=$XDG_DATA_HOME/npm
# xpilot
export XPILOTRC=$XDG_CONFIG_HOME/xpilotrc
# minrss scripts
export MRSS_DIR="$HOME/dox/rss"