summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-05-27 10:26:23 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-05-27 10:26:23 +0200
commitd91bd8454d96aec1948bbc0808418aa0f92f5246 (patch)
treeb8be51ea07e4de46bcab0214870c0891b78b1bcf /.zprofile
parenta5defa8aad18281ee35ac63cc7f867b98319b50f (diff)
Add bash direnv hook for blue032.
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile6
1 files changed, 0 insertions, 6 deletions
diff --git a/.zprofile b/.zprofile
index 886e1b6..0504057 100644
--- a/.zprofile
+++ b/.zprofile
@@ -7,9 +7,3 @@ emulate sh -c '. ~/.profile'
# Clone oh-my-zsh if not present.
test ! -e ~/.oh-my-zsh && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh
-# Run and configure ssh-agent
-if ! pgrep -u "$USER" ssh-agent > /dev/null; then
- ssh-agent -t 1h > "$XDG_RUNTIME_DIR/ssh-agent.env"
-fi
-source "$XDG_RUNTIME_DIR/ssh-agent.env" >/dev/null
-