]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/zellij.zsh
task: today report shows scheduled since (relative) time
[dotfiles.git] / zsh / lib / zellij.zsh
1 if [[ -n "$ZELLIJ" ]]; then
2 function update-env {
3 # set SSH_AUTH_SOCK to latest socket
4 export SSH_AUTH_SOCK=$(realpath ~/.ssh/agent/s.*(om[1]))
5 }
6 preexec_functions+=(update-env)
7 fi