diff options
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 - |
