my shell and tool configurations

add vim dir check

+4 -2
+2
Makefile
··· 46 vim: 47 @printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)" 48 stow -t "$$HOME" vim 49 ~/.spf13-vim/bootstrap.sh 50 51 mutt:
··· 46 vim: 47 @printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)" 48 stow -t "$$HOME" vim 49 + [[ -f ~/.spf13-vim/bootstrap.sh ]] || 50 + git submodule update --init 51 ~/.spf13-vim/bootstrap.sh 52 53 mutt:
byobu/.byobu/.metadata_available

This is a binary file and will not be displayed.

+1 -1
byobu/.byobu/.ssh-agent
··· 1 - /tmp/ssh-c3NIHjlHlO/agent.29552
··· 1 + /run/user/1000/gnupg/S.gpg-agent.ssh
+1 -1
fish/.config/fish/config.fish
··· 10 11 set -x GOPATH (/usr/local/go/bin/go env GOPATH) 12 13 - set -x fish_user_paths $fish_user_paths ~/bin /usr/local/go/bin /home/ben/.yarn/bin $GOPATH/bin ~/.local/bin 14 15 set -x SSH_AGENT_PID "" 16 set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
··· 10 11 set -x GOPATH (/usr/local/go/bin/go env GOPATH) 12 13 + set -x fish_user_paths $fish_user_paths ~/bin /usr/local/go/bin ~/.yarn/bin $GOPATH/bin ~/.local/bin ~/.cargo/bin 14 15 set -x SSH_AGENT_PID "" 16 set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)