Added automatic ssh agent to zshrc

This commit is contained in:
2024-11-15 16:53:08 +02:00
parent 99184af7f1
commit fa998f8391

3
.zshrc
View File

@@ -4,6 +4,9 @@ START_TIME=$(date +%s.%3N)
mkdir -p /tmp
export TMUX_TMPDIR='/tmp'
# Start ssh-agent if not running
eval $(keychain --quiet)
# Enable rustup tab completion for zsh - https://rust-lang.github.io/rustup/installation/index.html
rustup completions zsh > ~/.zfunc/_rustup
fpath+=~/.zfunc