Create default set of directories.

This commit is contained in:
Scott Wallace 2016-01-26 15:38:37 +00:00
parent b57182a8d0
commit 30148f515f

View file

@ -11,6 +11,12 @@ export EDITOR=vim
export LESS="-qr" export LESS="-qr"
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Default directories
#--------------------------------------------------------------------------------
mkdir -p ~/src ~/tmp ~/var/log
#--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# Update the path with local overrides # Update the path with local overrides
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------