From d91bd8454d96aec1948bbc0808418aa0f92f5246 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Thu, 27 May 2021 10:26:23 +0200 Subject: Add bash direnv hook for blue032. --- .zprofile | 6 ------ 1 file changed, 6 deletions(-) (limited to '.zprofile') 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 - -- cgit v1.2.3