Update mpv input bindings, make loading of .env username independent

This commit is contained in:
KaasKop
2024-07-21 14:55:28 +02:00
parent 5a126fe175
commit 6e160b38d8
2 changed files with 232 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ if status is-interactive
end
export (envsubst < /home/mitch/.config/.env)
export (envsubst < $HOME/.config/.env)