formatting

This commit is contained in:
Nathan McCarty 2025-04-04 17:18:52 -04:00
parent 14d0fb13ed
commit 40d45a8abd
3 changed files with 8 additions and 8 deletions

View file

@ -9,9 +9,8 @@
enable = true;
};
# Setup fish init
programs.fish.shellInit =
''
programs.fish.shellInit = ''
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent
ssh-add
'';
'';
}