diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-24 00:29:32 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-24 00:29:32 +0200 |
commit | bc825c9dd007b8161db878666df5b3b7c8c367d7 (patch) | |
tree | 1d0d766d60bc2631f25ae053b8ba305c01a0376b /home/john/.profile | |
parent | fa1045bc3b9204466816132d635ac3a2a06b7e6b (diff) | |
download | lbsd-bc825c9dd007b8161db878666df5b3b7c8c367d7.tar.gz |
Use Heirloom troff instead of GNU troff
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 |