Create default set of directories.
This commit is contained in:
parent
b57182a8d0
commit
30148f515f
6
.bashrc
6
.bashrc
|
@ -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
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue