1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

remove old oh-my-zsh reference

This commit is contained in:
bretello 2020-02-14 16:37:48 +01:00
parent 13ead294ea
commit fb8ec357b9

View File

@ -15,9 +15,6 @@ function _update_dotfiles_update() {
}
function _upgrade_dotfiles() {
if [ -z $ZSH ]; then
ZSH="$HOME/.oh-my-zsh" # TODO: this is hard-coded, find a better way to do this
fi
(cd $DOTFILES; git pull -q --rebase && echo "Succesfully upgraded dotfiles" || echo "Could not upgrade dotfiles.")
# amix's vimrc update
amix_vimrc=$HOME/.vim_runtime