This website requires JavaScript.
Explore
Help
Register
Sign In
hjp
/
dot
Watch
1
Star
0
Fork
You've already forked dot
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
da60d55a96
dot
/
.zprofile
8 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added umask (for the umpteenth time, I think).
1996-06-04 20:09:41 +02:00
umask 022
Better handling of X environment.
1996-02-06 10:59:50 +01:00
echo TERM=$TERM
eval `echo TERM=$TERM`
if [ -f "$EXEC" ]
then
source $EXEC
fi