stages/*: change license to Apache 2.0
[dragora.git] / archive / etc / skel / .profile
blob8d647157702c4cbaa28178e8487c0a3973b6e5e0
2 # .profile - Personal shell-initialization file.
5 # Add personal bin directory to the end of path
6 # and make it known to child process
8 PATH=${PATH}:${HOME}/bin
9 export PATH
11 # Remove all access for group and other
12 umask 077