Compare commits
1 commit
49866e4206
...
d183845c63
Author | SHA1 | Date | |
---|---|---|---|
d183845c63 |
3 changed files with 6 additions and 3 deletions
|
@ -2,5 +2,9 @@
|
|||
.zshprivate
|
||||
{{- end }}
|
||||
{{- if eq .hosttype "personal" }}
|
||||
.apprc
|
||||
.s2a_login
|
||||
.work_packages
|
||||
.work_paths
|
||||
.zshklaviyo
|
||||
{{- end }}
|
||||
|
|
|
@ -69,7 +69,7 @@ check_paths=(
|
|||
# uv
|
||||
$HOME/.local/bin
|
||||
|
||||
{{ join .chezmoi.sourceDir "encrypted_work_paths.age" | include | decrypt -}}
|
||||
{{ join .chezmoi.sourceDir "encrypted_dot_work_paths.age" | include | decrypt -}}
|
||||
)
|
||||
|
||||
for fp in $check_paths; do
|
||||
|
|
|
@ -7,8 +7,7 @@ push-bookmark-prefix = "{{ .github_personal }}_jj_"
|
|||
private-commits = "description(glob:'private:*') | bookmarks('merge')"
|
||||
|
||||
[revset-aliases]
|
||||
"stack()" = "trunk()..@"
|
||||
"immutable_heads()" = "builtin_immutable_heads() | (trunk().. & ~mine())"
|
||||
'stack()' = 'main..@'
|
||||
|
||||
[ui]
|
||||
default-command = ["log"]
|
||||
|
|
Loading…
Add table
Reference in a new issue