[zsh] simplify the gtime alias

This commit is contained in:
Dmytro Meleshko 2021-06-23 20:05:27 +03:00
parent 19d8023326
commit eb50331c5c

View file

@ -119,6 +119,4 @@ if command_exists dragon-drag-and-drop && ! command_exists dragon; then
alias dragon='dragon-drag-and-drop'
fi
if gnu_time_path="$(command_locate time)" && [[ -n "$gnu_time_path" ]]; then
alias gtime="${(q)gnu_time_path} -v"
fi
alias gtime="command time -v"