Changeset 3669
- Timestamp:
- 03/26/09 18:48:14 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc
r3566 r3669 6 6 # 7 7 8 alias h history 258 alias h history 100 9 9 alias j jobs -l 10 10 alias la ls -a … … 26 26 if ($?prompt) then 27 27 # An interactive shell -- set some stuff up 28 set prompt = "`/usr/bin/whoami`@`/bin/hostname -s`% " 28 if ( `whoami` == root ) then 29 set prompt="%B[root@%m]%b%/(%h)# " 30 else 31 set prompt="%B[%n@%m]%b%/(%h)% " 32 endif 29 33 set filec 30 34 set history = 100
