summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorJulian Teu <julianteule@gmail.com>2018-05-16 10:35:11 +0200
committerJulian Teu <julianteule@gmail.com>2018-05-16 10:35:11 +0200
commit52e2dced1db54a3f65daadaebd322410b3bdbae8 (patch)
tree1c3d775d34f57b8162e8f41f41b38a28702eeaa1 /.zshrc
parentec4ae135531dff5db1ca825721ffebf910e1eb8c (diff)
Added stuff
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/.zshrc b/.zshrc
index 728a332..5206818 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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