diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-17 18:19:57 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-17 18:19:57 +0100 |
| commit | 0440d054e2360786c3589e6765ab8d901f0b1042 (patch) | |
| tree | 5d742d216f345b9e24718cd2e6b4ef307db8910e | |
| parent | 7e40f10359599162a4abeb4e9b89d8c357a273e2 (diff) | |
Removed uselsess ssh socket export from zsh init in mun.nix
| -rwxr-xr-x | mun.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -135,8 +135,7 @@ }; initContent = '' - export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket - fastfetch + fastfetch --config examples/9.jsonc ''; }; }; |
