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
33d35732ef
dot
/
.zprofile
7 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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