From 40f37efe29c37fdde501dae5536bd755cadb6105 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Wed, 23 Apr 2014 20:35:15 -0600 Subject: [PATCH] added cache dir creation in /tmp --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index ee34ee4..e49d5c8 100644 --- a/bashrc +++ b/bashrc @@ -29,6 +29,8 @@ PATH="/home/ewpt3ch/bin:${PATH}:./:" export VMWARE_USE_SHIPPED_GTK="yes" export EDITOR=vim export PAGER=less +#create cache-dir for chrome +mkdir -p /tmp/ewpt3ch-cache keychain -q ~/.ssh/id_ecdsa ~/.ssh/id_rsa . ~/.keychain/$HOSTNAME-sh . ~/.keychain/$HOSTNAME-sh-gpg