From 30148f515f15bbf7936cfd3d74f367645979bd2a Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 26 Jan 2016 15:38:37 +0000 Subject: [PATCH] Create default set of directories. --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bashrc b/.bashrc index cc601b4..84c9a82 100644 --- a/.bashrc +++ b/.bashrc @@ -11,6 +11,12 @@ export EDITOR=vim export LESS="-qr" #-------------------------------------------------------------------------------- +#-------------------------------------------------------------------------------- +# Default directories +#-------------------------------------------------------------------------------- +mkdir -p ~/src ~/tmp ~/var/log +#-------------------------------------------------------------------------------- + #-------------------------------------------------------------------------------- # Update the path with local overrides #--------------------------------------------------------------------------------