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/zoxide/load.zsh b/zoxide/load.zsh index d55ff32a4c..7b37d87d52 100644 --- a/zoxide/load.zsh +++ b/zoxide/load.zsh @@ -1,4 +1,4 @@ -# Ensure that the jumped-to folder is echoed -export _ZO_ECHO=1 - -eval "$(zoxide init --cmd j zsh)" +# # Ensure that the jumped-to folder is echoed +# export _ZO_ECHO=1 +# +# eval "$(zoxide init --cmd j zsh)" diff --git a/zsh/install.sh b/zsh/install.sh index fae1581790..99676a72a3 100755 --- a/zsh/install.sh +++ b/zsh/install.sh @@ -21,7 +21,7 @@ if [ -d "$checkout_path" ]; then # Older zsh templates did not export ZSH var export ZSH=$checkout_path fi - zsh -i -e -c "omz update --unattended" + # zsh -i -e -c "omz update --unattended" else ../git/install.sh git clone https://github.com/ohmyzsh/ohmyzsh.git $checkout_path 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/