add dirs to be created
This commit is contained in:
@@ -20,6 +20,10 @@ export LIBVA_DRIVER_NAME=vdpau
|
|||||||
export BROWSER=firefox-developer
|
export BROWSER=firefox-developer
|
||||||
export GOPATH="/home/ewpt3ch/go"
|
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 /etc/profile.d/bash-completion.sh
|
||||||
source ~/todo.txt-cli/todo_completion
|
source ~/todo.txt-cli/todo_completion
|
||||||
@@ -34,9 +38,6 @@ alias grep='grep --color=auto'
|
|||||||
alias fgrep='fgrep --color=auto'
|
alias fgrep='fgrep --color=auto'
|
||||||
alias egrep='egrep --color=auto'
|
alias egrep='egrep --color=auto'
|
||||||
complete -F _todo t
|
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)
|
eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519)
|
||||||
#Check if dropbox is running
|
#Check if dropbox is running
|
||||||
if dropbox.py running ; then
|
if dropbox.py running ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user