Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 1145)

Ticket Resolution Summary Owner Reporter
#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
 
#1418 fixed Transition to dh_python2 jdreed

Reported by jdreed, 10 years ago.

Description

Once Lucid is dead, we should consider transitioning to dh_python2:  https://wiki.debian.org/Python/TransitionToDHPython2

#1387 fixed TracZephyrPlugin should zephyr the ticket URL adehnert

Reported by adehnert, 11 years ago.

Description

Current snippets supports this already.

Note: See TracQuery for help on using queries.