Auto commit: 2024-11-08 20:40:03
This commit is contained in:
parent
4f7c77e12b
commit
2c8bef42f5
3 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,7 @@ return {
|
||||||
},
|
},
|
||||||
autocmds = {
|
autocmds = {
|
||||||
enableOnVimEnter = true,
|
enableOnVimEnter = true,
|
||||||
skipEnteringNoNeckPainBuffer = false,
|
skipEnteringNoNeckPainBuffer = true,
|
||||||
},
|
},
|
||||||
buffers = {
|
buffers = {
|
||||||
left = {
|
left = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue