Skip to content

Commit

Permalink
detect omz regression
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHoewelmeyer-TomTom committed Sep 28, 2023
1 parent 23d78a9 commit 42c7dbc
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions script/ci.sh
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion zsh/zshrc.symlink
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 42c7dbc

Please sign in to comment.