functions.zsh: fix typo in timesh()
This commit is contained in:
parent
26089f154f
commit
8450b2bc06
@ -33,7 +33,7 @@ upload() {
|
||||
|
||||
|
||||
timesh() {
|
||||
shell=${1-$SHELL}
|
||||
shell=${1:-$SHELL}
|
||||
for i in $(seq 1 10); do /usr/bin/time $shell -i -c exit; done
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user