Updates
This commit is contained in:
parent
a77f5fab75
commit
a3e0a2287d
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
git clone http://github.com/robbyrussell/oh-my-zsh ~/.config/oh-my-zsh
|
||||
git clone http://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
mkdir ~/.vim/swp ~/.vim/backups
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
# Check if zshrc has been modified
|
||||
# I like jokes, but I prefer when I'm the one who makes them
|
||||
git -C $DOTFILES diff --exit-code zshrc zsh > /dev/null 2>&1
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo >&2 "Your zshrc has been modified... nothing will be executed, please check it"
|
||||
alias source=:
|
||||
return
|
||||
fi
|
||||
# git -C $DOTFILES diff --exit-code zshrc zsh > /dev/null 2>&1
|
||||
#
|
||||
# if [ $? -ne 0 ]; then
|
||||
# echo >&2 "Your zshrc has been modified... nothing will be executed, please check it"
|
||||
# alias source=:
|
||||
# return
|
||||
# fi
|
||||
|
||||
# Set to this to use case-sensitive completion
|
||||
# CASE_SENSITIVE="true"
|
||||
|
|
Loading…
Reference in New Issue