Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (190 - 192 of 1145)

Ticket Resolution Summary Owner Reporter
#254 fixed debathena-thirdparty uninstallable: mtoolsfm not in Jaunty broder broder
#255 fixed debathena-thirdparty uninstallable: amaya not in Jaunty broder broder
#256 fixed Trim the cruft from cshrc dotfiles jdreed

Reported by jdreed, 15 years ago.

Description

A while back, we decided that we should revert to upstream default settings for the shells. To that end, I propose the following changes:

diff -Naur /usr/lib/init/cshrc /usr/lib/init.new/cshrc
--- /usr/lib/init/cshrc	2009-05-20 01:11:11.000000000 -0400
+++ /usr/lib/init.new/cshrc	2009-05-20 11:43:31.000000000 -0400
@@ -112,14 +112,11 @@
 
   unalias extend sextend textend
 
-  if ((! $?NOCALLS) && (-r ~/.path)) then
-    # Support .path files for compatibility.
-    set athena_path=($path)
-    source ~/.path
-  else
-    # Standard Athena path additions.
-    set path=(`/usr/bin/athdir $HOME` $path .)
-  endif
+  # .path files are no longer supported, consult Athena documentation
+  # for the correct way to specify your PATH
+  
+  # Standard Athena path additions.
+  set path=(`/usr/bin/athdir $HOME` $path .)
 
 endif
 
@@ -135,10 +132,6 @@
 set noclobber			# Don't overwrite files with redirection
 
 if ($?prompt) then		# For interactive shells only (i.e., NOT rsh):
-  # Set prompt.
-  set promptchars="%#"
-  set prompt = "athena%# "
-  set cdpath = (~)
   set interactive		#   Provide shell variable for compatability
 endif
 
Note: See TracQuery for help on using queries.