Pass SSH to Zsh

This commit is contained in:
xmm16 2024-12-12 21:59:41 -03:00
commit 9562df7ef3
No known key found for this signature in database

View file

@ -99,6 +99,7 @@
ohMyZsh = { ohMyZsh = {
enable = true; enable = true;
plugins = ["git" "direnv" "fzf" "ssh-agent"]; plugins = ["git" "direnv" "fzf" "ssh-agent"];
preLoaded = "zstyle :omz:plugins:ssh-agent agent-forwarding yes";
theme = "half-life"; theme = "half-life";
}; };
}; };