From: Andrew DeFaria Date: Tue, 2 Mar 2021 21:37:31 +0000 (-0800) Subject: Updated stty command, turned off numbers and spaces X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=e0bebfa021d69c19a32c0f5a3c41fa455bdbe691;p=clearscm.git Updated stty command, turned off numbers and spaces --- diff --git a/lib/TimeUtils.pm b/lib/TimeUtils.pm index 8b71ebd..546ffaa 100644 --- a/lib/TimeUtils.pm +++ b/lib/TimeUtils.pm @@ -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 diff --git a/rc/bash_login b/rc/bash_login index 798dacf..64b6147 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -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 diff --git a/rc/vimrc b/rc/vimrc index 8d30bdf..ce14e6e 100644 --- a/rc/vimrc +++ b/rc/vimrc @@ -8,4 +8,3 @@ set hlsearch set ff=unix colorscheme evening map!   -set number