Sync order with src/etc/skel/dot.cshrc, no functional change.
This commit is contained in:
parent
481ac4be37
commit
d0b2986f47
|
@ -1,16 +1,10 @@
|
|||
# $NetBSD: dot.cshrc,v 1.15 2003/09/02 18:39:27 cjep Exp $
|
||||
|
||||
set history=1000
|
||||
set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin)
|
||||
|
||||
# directory stuff: cdpath/cd/back
|
||||
set cdpath=(/usr/src/{sys,bin,sbin,usr.{bin,sbin},lib,libexec,share,local,games,gnu/{usr.{bin,sbin},libexec,lib,games}})
|
||||
|
||||
setenv BLOCKSIZE 1k
|
||||
# $NetBSD: dot.cshrc,v 1.16 2006/08/31 22:33:14 hubertf Exp $
|
||||
|
||||
alias h history
|
||||
alias hup '( set pid=$< ; kill -HUP $pid ) < /var/run/\!$.pid'
|
||||
alias j jobs -l
|
||||
alias hup '( set pid=$< ; kill -HUP $pid ) < /var/run/\!$.pid'
|
||||
alias la ls -a
|
||||
alias lf ls -FA
|
||||
alias ll ls -l
|
||||
|
||||
alias x exit
|
||||
|
@ -24,6 +18,14 @@ alias pd3 pushd +3
|
|||
alias pd4 pushd +4
|
||||
alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
|
||||
|
||||
setenv BLOCKSIZE 1k
|
||||
|
||||
set history=1000
|
||||
set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin)
|
||||
|
||||
# directory stuff: cdpath/cd/back
|
||||
set cdpath=(/usr/src/{sys,bin,sbin,usr.{bin,sbin},lib,libexec,share,local,games,gnu/{usr.{bin,sbin},libexec,lib,games}})
|
||||
|
||||
if ($?prompt && -x /usr/bin/id ) then
|
||||
if (`/usr/bin/id -u` == 0) then
|
||||
set prompt="`hostname -s`# "
|
||||
|
|
Loading…
Reference in New Issue