Browse Source

Modified the time alias

master
Drew Short 9 years ago
parent
commit
fe19ac8ecd
  1. 2
      home/.zshrc

2
home/.zshrc

@ -25,7 +25,7 @@ export LANG=en_US.UTF-8
export EDITOR='vim'
# Don't use the embedded shell time. Use GNU time.
alias time="/usr/bin/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 rename="noglob rename"
if [ -f "$HOME/.update_dotfiles.sh" ]; then

Loading…
Cancel
Save