autocommit

This commit is contained in:
Yuri Zamyatin 2025-06-08 22:06:54 +00:00
parent 719baaf847
commit 4f869f4ac3
2 changed files with 3 additions and 8 deletions

View File

@ -1,16 +1,9 @@
#!/bin/bash #!/bin/bash
export PATH=$PATH:~/.local/bin export PATH=~/.local/bin:$PATH
export WLR_RENDERER=vulkan export WLR_RENDERER=vulkan
for fpath in ~/.config/*/env.sh; do for fpath in ~/.config/*/env.sh; do
. "$fpath" . "$fpath"
done done
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null

View File

@ -1,2 +1,4 @@
GIT_USER_EMAIL= GIT_USER_EMAIL=
GIT_USER_NAME= GIT_USER_NAME=
BACKUP_KEY_VOL_UUID=
BACKUP_DATA_VOL_UUID=