mirror of https://tildegit.org/ben/dotfiles
add vim dir check
parent
f7a2b71869
commit
059a40242c
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
|
@ -1 +1 @@
|
|||
/tmp/ssh-c3NIHjlHlO/agent.29552
|
||||
/run/user/1000/gnupg/S.gpg-agent.ssh
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue