From 664b9c20ffa35d6742532e841e337f4c1fdf2cee Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 14 Sep 2015 22:41:02 -0500 Subject: [PATCH] brought back unmodified time alias. Added ti alias as time with pretty ouput. --- home/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index 5f2e3cc..940ff98 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -25,7 +25,9 @@ export LANG=en_US.UTF-8 export EDITOR='vim' # Don't use the embedded shell time. Use GNU time. -alias time="/usr/bin/time --format='Command:%C \nElapsed Time: %E\nUser Time: %U\nSystem Time: %S\nCPU: %P\nMax Memory: %MKb\nAverage Memory: %KKb\nAverage Unshared Memory: %DKb\nNumber of Swaps: %W\nNumber of Waits: %w\nExit Status: %x'" +alias time="/usr/bin/time" +# Alias for GNU Time with pretty output. +alias ti="/usr/bin/time --format='Command:%C \nElapsed Time: %E\nUser Time: %U\nSystem Time: %S\nCPU: %P\nMax Memory: %MKb\nAverage Memory: %KKb\nAverage Unshared Memory: %DKb\nNumber of Swaps: %W\nNumber of Waits: %w\nExit Status: %x'" alias rename="noglob rename" if [ -f "$HOME/.update_dotfiles.sh" ]; then