From: Andrew DeFaria Date: Tue, 31 Oct 2017 21:28:21 +0000 (-0700) Subject: Minor changes X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=411571a10ffb8418fe2d8723dd23784673302b58;p=clearscm.git Minor changes 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. --- diff --git a/maps/forward b/maps/forward index cde95c0..9036ce2 100755 --- a/maps/forward +++ b/maps/forward @@ -1 +1 @@ -"|/usr/local/maps/bin/maps -u andrew" +"|/opt/clearscm/maps/bin/maps" diff --git a/rc/set_path b/rc/set_path index 4c8da19..b39caef 100644 --- a/rc/set_path +++ b/rc/set_path @@ -88,6 +88,7 @@ path_dirs="$path_dirs\ /bin\ /sbin\ /usr/bin\ + /usr/games\ /usr/X11R6/bin\ /usr/bin/X11\ /usr/dt/bin\ diff --git a/rc/vimrc b/rc/vimrc index 8d30bdf..57c3b42 100644 --- 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!   set number