this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: incorrect path to 1password SSH_AGENT_SOCK

+1 -1
+1 -1
modules/fish.nix
··· 72 72 73 73 set -g DEFAULT_USER ${config.home.username} 74 74 75 - set -gx SSH_AUTH_SOCK ~/.local/share/1password/auth.sock 75 + set -gx SSH_AUTH_SOCK ~/.local/share/1password/agent.sock 76 76 77 77 function e --wraps nvim --description 'Run $EDITOR' 78 78 set -l cmd (string split ' ' $EDITOR)