Auto commit: 2024-11-08 20:40:03

This commit is contained in:
Daniel Fichtinger 2024-11-08 20:40:03 -05:00
parent 4f7c77e12b
commit 2c8bef42f5
3 changed files with 5 additions and 2 deletions

View file

@ -14,7 +14,7 @@ return {
}, },
autocmds = { autocmds = {
enableOnVimEnter = true, enableOnVimEnter = true,
skipEnteringNoNeckPainBuffer = false, skipEnteringNoNeckPainBuffer = true,
}, },
buffers = { buffers = {
left = { left = {

View file

@ -20,7 +20,7 @@ done
if [[ -n $(yadm status --porcelain) ]]; then if [[ -n $(yadm status --porcelain) ]]; then
yadm commit -m "Auto commit: $(date +'%Y-%m-%d %H:%M:%S')" yadm commit -m "Auto commit: $(date +'%Y-%m-%d %H:%M:%S')"
# Check if the ssh-agent env is present # Check if the ssh-agent env is present
if [ -f ~/.ssh/agent_env ]; then if [ -f ~/.ssh/environment-dpad ]; then
source "$HOME/.ssh/environment-dpad" source "$HOME/.ssh/environment-dpad"
yadm push yadm push
else else

View file

@ -141,3 +141,6 @@
[main 41f27cb] Auto commit: 2024-11-08 20:30:02 [main 41f27cb] Auto commit: 2024-11-08 20:30:02
2 files changed, 7 insertions(+) 2 files changed, 7 insertions(+)
hi hi
[main 4f7c77e] Auto commit: 2024-11-08 20:35:02
2 files changed, 7 insertions(+), 2 deletions(-)
ERROR: ssh-agent environment not found, aborting push...