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 #--------------------------------------------------------------------------------