diff --git a/script/ci.sh b/script/ci.sh index 9b2dc1970d..ae9b2e091b 100755 --- a/script/ci.sh +++ b/script/ci.sh @@ -42,12 +42,6 @@ add_measurement install $INSTALL_DURATION ./script/versions.sh versions.txt -TEST_START=$(date +%s) -"${stdbuf[@]}" ./script/test > >(decorate) 2>&1 -TEST_END=$(date +%s) -TEST_DURATION=$((TEST_END - TEST_START)) -add_measurement test $TEST_DURATION - source nvim/path.zsh run_measurement nvim nvim +qall run_measurement zsh zsh -i -c 'exit' diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index c11f63247a..5fefffd9cf 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -34,7 +34,7 @@ do done # load oh-my-zsh (which does compinit) -source $DOTS/zsh/oh-my.zsh.preamble +# source $DOTS/zsh/oh-my.zsh.preamble # your project folder that we can `c [tab]` to export PROJECTS=~/Documents/repos/