From d0fb01ce81c424b0bca08fe15b8d9d511d6436bc Mon Sep 17 00:00:00 2001 From: Ian Foster Date: Mon, 27 Jan 2014 15:57:45 -0800 Subject: [PATCH] untar! --- shell/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/profile b/shell/profile index 6103920..c7a4e34 100644 --- a/shell/profile +++ b/shell/profile @@ -28,5 +28,7 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi +alias untar="tar -xf" + #tell google chrome to use ram for cache export CHROMIUM_USER_FLAGS="--disk-cache-dir=/tmp" -- 1.9.1