antibody line didn't belong with vim's script
This commit is contained in:
parent
65455490a5
commit
d79ff7722a
2 changed files with 3 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -40,6 +40,8 @@ fi
|
|||
echo "downloading antibody"
|
||||
curl -sL https://git.io/antibody | bash -s
|
||||
#echo 'source <(antibody init)' >> ~/.zshrc
|
||||
#Enable fasd to be loaded by changing it's file extension
|
||||
mv ~/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-clvv-SLASH-fasd/fasd ~/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-clvv-SLASH-fasd/fasd.zsh
|
||||
|
||||
#Install fonts
|
||||
if [[ -n "$SSH_CLIENT" ]]
|
||||
|
|
2
vim.zsh
2
vim.zsh
|
@ -2,4 +2,4 @@
|
|||
git submodule init
|
||||
git submodule update
|
||||
vim +PluginInstall! +qall
|
||||
mv ~/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-clvv-SLASH-fasd/fasd ~/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-clvv-SLASH-fasd/fasd.zsh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue