Skip to content

Instantly share code, notes, and snippets.

@jyaworski
Created October 13, 2016 16:36
Show Gist options
  • Save jyaworski/94c62b0ad18c809a29658939cc076a03 to your computer and use it in GitHub Desktop.
Save jyaworski/94c62b0ad18c809a29658939cc076a03 to your computer and use it in GitHub Desktop.
ZSH 5.2
.zshrc:
zstyle ':omz:plugins:ssh-agent' lifetime 4h
script.zsh:
local lifetime
zstyle -s ':omz:plugins:ssh-agent' lifetime lifetime
echo $lifetime
Prints blank
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment