diff options
Diffstat (limited to 'home/john/.profile')
-rw-r--r-- | home/john/.profile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/home/john/.profile b/home/john/.profile index fea0f5c..e3025fd 100644 --- a/home/john/.profile +++ b/home/john/.profile @@ -31,11 +31,6 @@ export PAGER=less # Set your default printer, if desired. #export PRINTER=change-this-to-a-printer -# Set the search path for programs. -PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/pkg/bin -PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin -export PATH - # Configure the shell to load .shrc at startup time. # This will happen for every shell started, not just login shells. export ENV=$HOME/.shrc |