mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] simplify the gtime alias
This commit is contained in:
parent
19d8023326
commit
eb50331c5c
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue