From 52e2dced1db54a3f65daadaebd322410b3bdbae8 Mon Sep 17 00:00:00 2001 From: Julian Teu Date: Wed, 16 May 2018 10:35:11 +0200 Subject: Added stuff --- .vimrc | 4 ++++ .zshrc | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.vimrc b/.vimrc index 9734b96..349160a 100644 --- a/.vimrc +++ b/.vimrc @@ -32,6 +32,8 @@ Plugin 'Shougo/deoplete.nvim' Plugin 'agude/vim-eldar' +Plugin 'scrooloose/nerdtree' + call vundle#end() " required filetype plugin indent on " required @@ -79,3 +81,5 @@ endfunction nnoremap ge :call ToEnd() nnoremap gb :call ToBegin() + +map :NERDTreeToggle 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 -- cgit v1.2.3