zshrc: add timesh() function
This commit is contained in:
parent
486fee013f
commit
f14878faab
4
.zshrc
4
.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)"
|
||||
|
Loading…
Reference in New Issue
Block a user