diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-13 16:15:15 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-13 16:15:15 +0200 |
| commit | 16874718bad88d7dcc85caa975c5cbf573ff0a5e (patch) | |
| tree | 7a8409328ba6f10c92d8531c90f6ecf4cf2b0396 /home/mun/programs | |
| parent | 2f90f4dd9b3adf3d92364bca59858871cfa82e76 (diff) | |
Moved initExtra into initContent for zsh
Diffstat (limited to 'home/mun/programs')
| -rw-r--r-- | home/mun/programs/zsh.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/mun/programs/zsh.nix b/home/mun/programs/zsh.nix index 9953550..4c27d9f 100644 --- a/home/mun/programs/zsh.nix +++ b/home/mun/programs/zsh.nix @@ -19,6 +19,8 @@ initContent = '' fastfetch --config examples/9.jsonc + export GPG_TTY=$(tty) + SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket ''; initExtra = '' |
