From 7de37fcabee2199e33952ce79bbcc8762c8824a3 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Wed, 5 Apr 2017 22:19:29 -0600 Subject: [PATCH] made cacher dir and subdirs for chrome and chromium --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index a2bf408..143ff1e 100644 --- a/bashrc +++ b/bashrc @@ -33,7 +33,8 @@ export PAGER=less export LIBVA_DRIVER_NAME=vdpau export BROWSER=firefox-developer #create cache-dir for chrome -mkdir -p /tmp/ewpt3ch-cache +mkdir -p /tmp/ewpt3ch-cache/chrome +mkdir -p /tmp/ewpt3ch-cache/chromium eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519) #Check if dropbox is running if dropbox.py running ; then