diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2007-05-29 06:37:58 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2007-05-29 06:37:58 +0000 |
| commit | 9c933e2939574d5ae1d44dbade54011d5d68abca (patch) | |
| tree | a40c228b069cd2bafdbdc859e9d4235812aaedad /etc/root | |
| parent | 2c61a906a585236840d3d83da244a3750648c7c1 (diff) | |
Notes
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.cshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 313af8e2507d..36df9c61f71d 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -14,7 +14,7 @@ alias ll ls -lA # A righteous umask umask 22 -set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin) +set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin) setenv EDITOR vi setenv PAGER more |
