darwin fixes

This commit is contained in:
2025-08-19 23:53:30 -07:00
parent fb6a6bd22d
commit bb6fbcb104
2 changed files with 9 additions and 2 deletions

View File

@@ -38,7 +38,6 @@
lazygit
nmap
ocamlPackages.utop
ollama
# opencode
openconnect
openssl

View File

@@ -27,7 +27,15 @@
#eval $(thefuck --alias)
'';
profileExtra = ''
# profileExtra = ''
# export SSH_AUTH_SOCK=~/.1password/agent.sock
# '';
profileExtra = if hostname == "eva-02"
then ''
export SSH_AUTH_SOCK="~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
''
else ''
export SSH_AUTH_SOCK=~/.1password/agent.sock
'';