Compare commits

..

No commits in common. "8dbb7379443112f1f146555a3f0bf4d07ba671d9" and "beb4f22aaa8b0dddbb55204e47df6e633c4e0710" have entirely different histories.

5 changed files with 3 additions and 21 deletions

View file

@ -1,8 +1,3 @@
function ll --wraps=ls --wraps=eza
set bin exa
if type -q eza
set bin eza
end
$bin --long --all --header --group --git $argv
eza --long --all --header --group --git $argv
end

View file

@ -1,13 +1,10 @@
function upgrade --wraps=topgrade
set -x NODE_OPTIONS "--no-deprecation"
if not bw login --check
set -x BW_SESSION (bw login --raw)
end
if not bw unlock --check
set -x BW_SESSION (bw unlock --raw)
end
{{- if get . "sudo" }}
sudo ls >/dev/null
{{- end }}
topgrade $argv
end

View file

@ -11,9 +11,6 @@ disable = [
{{- if eq .chezmoi.os "darwin" }}
"vim",
{{- end }}
{{- if not (get . "sudo") }}
"npm",
{{- end }}
]
# Ignore failures for these steps

2
dot_gnupg/gpg-agent.conf Normal file
View file

@ -0,0 +1,2 @@
pinentry-program /opt/homebrew/bin/pinentry-mac

View file

@ -1,9 +0,0 @@
{{- if get . "brew" }}
pinentry-program /opt/homebrew/bin/pinentry-mac
{{- end }}
default-cache-ttl 600
max-cache-ttl 7200
default-cache-ttl-ssh 600
max-cache-ttl-ssh 7200