Subversion Repositories configs

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 95
Line 5... Line 5...
5
# By default, we want this to get set.
5
# By default, we want this to get set.
6
# Even for non-interactive, non-login shells.
6
# Even for non-interactive, non-login shells.
7
# Current threshold for system reserved uid/gids is 200
7
# Current threshold for system reserved uid/gids is 200
8
# You could check uidgid reservation validity in
8
# You could check uidgid reservation validity in
9
# /usr/share/doc/setup-*/uidgid file
9
# /usr/share/doc/setup-*/uidgid file
10
if ($uid > 199 && "`id -gn`" == "`id -un`") then
10
if ($uid > 199 && "`/usr/bin/id -gn`" == "`/usr/bin/id -un`") then
11
    umask 002
11
    umask 002
12
else
12
else
13
    umask 022
13
    umask 022
14
endif
14
endif
15
 
15
 
Line 18... Line 18...
18
    set promptchars='$#'
18
    set promptchars='$#'
19
    set prompt='[%n@%m %c]%# '
19
    set prompt='[%n@%m %c]%# '
20
    # make completion work better by default
20
    # make completion work better by default
21
    set autolist
21
    set autolist
22
  else
22
  else
23
    set prompt=\[$user@`hostname -s`\]\$\ 
23
    set prompt=\[$user@`/bin/hostname -s`\]\$\ 
24
  endif
24
  endif
25
endif
25
endif
26
 
26
 
27
if ( $?tcsh ) then
27
if ( $?tcsh ) then
28
	bindkey "^[[3~" delete-char
28
	bindkey "^[[3~" delete-char