diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -131,13 +131,6 @@ echo "Done" clear #Setup ssh agent -if [[ $(ps -aux | grep ssh-agent | grep -v "grep" | wc -l) == "0" ]]; then - echo "ssh-agent not found" - ssh-agent > ~/.ssh-agent-thing -fi -if [[ "$SSH_AGENT_PID" == "" ]]; then - eval "$(<~/.ssh-agent-thing)" -fi # Sæt sudo editor export SUDO_EDITOR=nvim |