vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Small patch to remove "." from path. --- etc/skel/dot.cshrc.old Sun Jun 9 01:15:15 2002 +++ etc/skel/dot.cshrc Tue Feb 17 15:26:02 2004 @@ -13,7 +13,7 @@ alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' alias z suspend -set path = (~/bin /bin /sbin /usr/{bin,sbin,local/bin,local/sbin,games} .) +set path = (~/bin /bin /sbin /usr/{bin,sbin,local/bin,local/sbin,games} ) if ($?prompt) then # An interactive shell -- set some stuff up |