Updated stty command, turned off numbers and spaces
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 2 Mar 2021 21:37:31 +0000 (13:37 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 2 Mar 2021 21:37:31 +0000 (13:37 -0800)
lib/TimeUtils.pm
rc/bash_login
rc/vimrc

index 8b71ebd..546ffaa 100644 (file)
@@ -249,7 +249,7 @@ Returns:
       display 'Finished in 0 seconds';
     } # if
   } # unless
-  
+
   my $end_time = time;
   my $duration = howlong $start_time, $end_time;
 
@@ -258,7 +258,7 @@ Returns:
   } else {
     display "Finished in $duration";
   } # if
-  
+
   return;
 } # display_duration
 
index 798dacf..64b6147 100644 (file)
@@ -100,7 +100,7 @@ fi
 umask 002
 
 if [ "$interactive" = "true" ]; then
-  stty tostop intr ^C kill ^X susp ^Z erase ^H -inpck -istrip -ixany -echok -echonl
+  stty tostop intr ^C kill ^X susp ^Z erase ^? -inpck -istrip -ixany -echok -echonl
 fi
 
 # Set adm_base
index 8d30bdf..ce14e6e 100644 (file)
--- a/rc/vimrc
+++ b/rc/vimrc
@@ -8,4 +8,3 @@ set hlsearch
 set ff=unix
 colorscheme evening
 map! \7f \b
-set number