From 4144f8b25100acb772d586de76f53e854546196c Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 7 May 2017 14:35:48 -0600 Subject: [PATCH] add dirs to be created --- bashrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index 152acea..18e5155 100644 --- a/bashrc +++ b/bashrc @@ -20,6 +20,10 @@ export LIBVA_DRIVER_NAME=vdpau export BROWSER=firefox-developer export GOPATH="/home/ewpt3ch/go" +#Create dirs for things that won't themselves +mkdir -p /tmp/ewpt3ch-cache/chrome +mkdir -p /tmp/ewpt3ch-cache/chromium +mkdir -p /tmp/makepkg #source /etc/profile.d/bash-completion.sh source ~/todo.txt-cli/todo_completion @@ -34,9 +38,6 @@ alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' complete -F _todo t -#create cache-dir for chrome -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