mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 06:37:01 +08:00
Compare commits
No commits in common. "b0cec95575806f42794662fd068152f9aba09fd1" and "a45828ea439d652ac5bbaded514cf74603bc04d4" have entirely different histories.
b0cec95575
...
a45828ea43
2
.github/workflows/gitee_sync.yml
vendored
2
.github/workflows/gitee_sync.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: sync repos to gitee
|
||||
on:
|
||||
push: ~
|
||||
schedule:
|
||||
- cron: 10 4 * * *
|
||||
workflow_dispatch: ~
|
||||
jobs:
|
||||
dotfiles:
|
||||
|
|
|
@ -61,8 +61,7 @@ reset()
|
|||
|
||||
all()
|
||||
{
|
||||
test -d ~/.ssh || mkdir ~/.ssh
|
||||
local agent_file=~/.ssh/agent-$(whoami)
|
||||
local agent_file="/tmp/piv-agent-$(whoami)"
|
||||
if [[ -f $agent_file ]]; then
|
||||
source $agent_file > /dev/null
|
||||
else
|
||||
|
|
|
@ -49,7 +49,7 @@ alias p114
|
|||
alias cbds
|
||||
which riot
|
||||
sagt
|
||||
test -f ~/.ssh/agent-$(whoami)
|
||||
test -f "/tmp/piv-agent-$(whoami)"
|
||||
gbes || which gbes
|
||||
|
||||
# check update
|
||||
|
|
Loading…
Reference in New Issue
Block a user