Minor changes
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 31 Oct 2017 21:28:21 +0000 (14:28 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 31 Oct 2017 21:28:21 +0000 (14:28 -0700)
Finally fixed the forward file! Note that we cannot symlink the
~/.forward file so /opt/clearscm/maps/forward is simply an example.

Added /usr/games to set_path.

Changed vimrc to use the ron colorscheme which is much better.

maps/forward
rc/set_path
rc/vimrc

index cde95c0..9036ce2 100755 (executable)
@@ -1 +1 @@
-"|/usr/local/maps/bin/maps -u andrew"
+"|/opt/clearscm/maps/bin/maps"
index 4c8da19..b39caef 100644 (file)
@@ -88,6 +88,7 @@ path_dirs="$path_dirs\
   /bin\
   /sbin\
   /usr/bin\
+  /usr/games\
   /usr/X11R6/bin\
   /usr/bin/X11\
   /usr/dt/bin\
index 8d30bdf..57c3b42 100644 (file)
--- a/rc/vimrc
+++ b/rc/vimrc
@@ -6,6 +6,6 @@ set nocompatible
 set backspace=indent,eol,start
 set hlsearch
 set ff=unix
-colorscheme evening
+colorscheme ron
 map! \7f \b
 set number