add vim dir check

This commit is contained in:
Ben Harris 2018-08-04 11:53:13 -04:00
parent f7a2b71869
commit 059a40242c
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
4 changed files with 4 additions and 2 deletions

View File

@ -46,6 +46,8 @@ git:
vim:
@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
stow -t "$$HOME" vim
[[ -f ~/.spf13-vim/bootstrap.sh ]] ||
git submodule update --init
~/.spf13-vim/bootstrap.sh
mutt:

View File

@ -1 +1 @@
/tmp/ssh-c3NIHjlHlO/agent.29552
/run/user/1000/gnupg/S.gpg-agent.ssh

View File

@ -10,7 +10,7 @@ set -x MAIL /home/ben/Maildir
set -x GOPATH (/usr/local/go/bin/go env GOPATH)
set -x fish_user_paths $fish_user_paths ~/bin /usr/local/go/bin /home/ben/.yarn/bin $GOPATH/bin ~/.local/bin
set -x fish_user_paths $fish_user_paths ~/bin /usr/local/go/bin ~/.yarn/bin $GOPATH/bin ~/.local/bin ~/.cargo/bin
set -x SSH_AGENT_PID ""
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)