[24180] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23781 - in trunk/debathena/debathena/dotfiles: . debian

daemon@ATHENA.MIT.EDU (Evan Broder)
Thu May 14 01:04:40 2009

Date: Thu, 14 May 2009 01:04:30 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200905140504.n4E54UpX019503@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-05-14 01:04:29 -0400 (Thu, 14 May 2009)
New Revision: 23781

Modified:
   trunk/debathena/debathena/dotfiles/bashrc
   trunk/debathena/debathena/dotfiles/cshrc
   trunk/debathena/debathena/dotfiles/debian/changelog
Log:
In dotfiles:
  * Remove VISUAL, term, and xresize from the standard dotfiles. (Trac:
    #151)


Modified: trunk/debathena/debathena/dotfiles/bashrc
===================================================================
--- trunk/debathena/debathena/dotfiles/bashrc	2009-05-13 23:48:07 UTC (rev 23780)
+++ trunk/debathena/debathena/dotfiles/bashrc	2009-05-14 05:04:29 UTC (rev 23781)
@@ -42,7 +42,6 @@
 						#  (does not apply in AFS)
 	ulimit -S -c 0				# Don't allow coredumps
 	export EDITOR=emacs			# Set default editor
-	export VISUAL=emacs			# Set default screen editor
 	export MM_CHARSET=iso-8859-1
 
 	export EMAIL="$USER@mit.edu"		# Set default email address
@@ -110,12 +109,6 @@
 #   alias for re-establishing authentication
 renew () { kinit -54 $USER && fsid -a && zctl load /dev/null ; }
 
-#   alias for a convenient way to change terminal type
-term () { set -f; unset TERMCAP; eval "$( tset -s -I -Q "$@" )"; set +f; }
-
-#   aliases dealing with x window system
-xresize () { set -f; eval "$( resize -u )"; set +f ; }
-
 if [ "${XSESSION+set}" = set ]; then
 	logout () { gnome-session-save --kill --silent; exit; } # logout for X
 fi

Modified: trunk/debathena/debathena/dotfiles/cshrc
===================================================================
--- trunk/debathena/debathena/dotfiles/cshrc	2009-05-13 23:48:07 UTC (rev 23780)
+++ trunk/debathena/debathena/dotfiles/cshrc	2009-05-14 05:04:29 UTC (rev 23781)
@@ -48,7 +48,6 @@
 					# we are now down to -s
 					# because -d is wrong.
   setenv EDITOR emacs			# Set default editor
-  setenv VISUAL emacs			# Set default screen editor
   setenv MM_CHARSET iso-8859-1
 
   setenv EMAIL "$USER@mit.edu"		# Set default email address
@@ -148,12 +147,6 @@
 #   alias for re-establishing authentication
 alias renew 'kinit -54 $USER && fsid -a && zctl load /dev/null'
 
-#   alias for a convenient way to change terminal type
-alias term 'set noglob; unsetenv TERMCAP; eval `tset -s -I -Q \!*`'
-
-#   aliases dealing with x window system
-alias xresize 'set noglob; eval `resize -c` || unset noglob'
-
 if ($?XSESSION) then
   alias logout	'exit && gnome-session-save --kill --silent'	# logout for X
 endif

Modified: trunk/debathena/debathena/dotfiles/debian/changelog
===================================================================
--- trunk/debathena/debathena/dotfiles/debian/changelog	2009-05-13 23:48:07 UTC (rev 23780)
+++ trunk/debathena/debathena/dotfiles/debian/changelog	2009-05-14 05:04:29 UTC (rev 23781)
@@ -1,3 +1,10 @@
+debathena-dotfiles (10.0.11-0debathena1) unstable; urgency=low
+
+  * Remove VISUAL, term, and xresize from the standard dotfiles. (Trac:
+    #151)
+
+ -- Evan Broder <broder@mit.edu>  Thu, 14 May 2009 01:03:59 -0400
+
 debathena-dotfiles (10.0.10-0debathena1) unstable; urgency=low
 
   * Run zwgc if you login to a dialup but have fallback=true set in


home help back first fref pref prev next nref lref last post