changeset 278:8e451b27baa5

Multi CPU Top on FreeBSD.
author Edho Arief <edho@myconan.net>
date Thu, 08 Dec 2011 16:27:53 +0700
parents 006c273399fb
children 33d0cb669e1f
files rc/bash
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bash	Thu Dec 08 15:22:00 2011 +0700
+++ b/rc/bash	Thu Dec 08 16:27:53 2011 +0700
@@ -73,6 +73,8 @@
   FreeBSD)
     # Invalid characters when using en_US.UTF-8.
     alias man="man -o"
+    # Multi CPU awesomeness.
+    alias top="top -P"
   ;;
   OpenBSD)
     PATH="${PATH}:/usr/X11R6/bin"