diff --git a/.zshrc b/.zshrc index 3d30f43..bea1348 100644 --- a/.zshrc +++ b/.zshrc @@ -174,5 +174,9 @@ echo $FILE_URL } + timesh() { + shell=${1-$SHELL} + for i in $(seq 1 10); do /usr/bin/time $shell -i -c exit; done + } eval "$(starship init zsh)"