Commit d0fb01ce81c424b0bca08fe15b8d9d511d6436bc

Authored by Ian Foster
1 parent bab66a9d59
Exists in master

untar!

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

shell/profile View file @ d0fb01c
... ... @@ -28,6 +28,8 @@
28 28 PATH="$HOME/bin:$PATH"
29 29 fi
30 30  
  31 +alias untar="tar -xf"
  32 +
31 33 #tell google chrome to use ram for cache
32 34 export CHROMIUM_USER_FLAGS="--disk-cache-dir=/tmp"