Compare commits

..

No commits in common. "b0cec95575806f42794662fd068152f9aba09fd1" and "a45828ea439d652ac5bbaded514cf74603bc04d4" have entirely different histories.

3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,8 @@
name: sync repos to gitee name: sync repos to gitee
on: on:
push: ~ push: ~
schedule:
- cron: 10 4 * * *
workflow_dispatch: ~ workflow_dispatch: ~
jobs: jobs:
dotfiles: dotfiles:

View File

@ -61,8 +61,7 @@ reset()
all() all()
{ {
test -d ~/.ssh || mkdir ~/.ssh local agent_file="/tmp/piv-agent-$(whoami)"
local agent_file=~/.ssh/agent-$(whoami)
if [[ -f $agent_file ]]; then if [[ -f $agent_file ]]; then
source $agent_file > /dev/null source $agent_file > /dev/null
else else

View File

@ -49,7 +49,7 @@ alias p114
alias cbds alias cbds
which riot which riot
sagt sagt
test -f ~/.ssh/agent-$(whoami) test -f "/tmp/piv-agent-$(whoami)"
gbes || which gbes gbes || which gbes
# check update # check update