remove /usr/local and /usr/contrib from root's path
This commit is contained in:
parent
0aa4d2c067
commit
e2b50fbd3a
@ -1,6 +1,6 @@
|
|||||||
alias mail Mail
|
alias mail Mail
|
||||||
set history=1000
|
set history=1000
|
||||||
set path=(/sbin /usr/sbin /bin /usr/bin /usr/local /usr/hosts /usr/contrib .)
|
set path=(/sbin /usr/sbin /bin /usr/bin .)
|
||||||
|
|
||||||
# directory stuff: cdpath/cd/back
|
# directory stuff: cdpath/cd/back
|
||||||
set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,})
|
set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,})
|
||||||
@ -11,17 +11,7 @@ alias ll ls -lg
|
|||||||
alias ls ls -g -k
|
alias ls ls -g -k
|
||||||
alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
|
alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
|
||||||
|
|
||||||
# sccs stuff: sd/co/ci/allout/out/unedit
|
alias z suspend
|
||||||
alias sd sccs diffs
|
|
||||||
alias co sccs get -e
|
|
||||||
alias ci sccs delget
|
|
||||||
alias allout "(cd ..; echo */SCCS/p.*|sed s/SCCS\\/p.//g)"
|
|
||||||
alias out "echo SCCS/p.*|sed s/SCCS\\/p.//g"
|
|
||||||
alias info sccs info
|
|
||||||
alias unedit sccs unedit
|
|
||||||
alias get sccs get
|
|
||||||
alias prt sccs prt
|
|
||||||
alias z suspend
|
|
||||||
alias x exit
|
alias x exit
|
||||||
alias pd pushd
|
alias pd pushd
|
||||||
alias pd2 pushd +2
|
alias pd2 pushd +2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/contrib:.
|
PATH=/sbin:/usr/sbin:/bin:/usr/bin:.
|
||||||
echo 'erase ^?, kill ^U, intr ^C'
|
echo 'erase ^?, kill ^U, intr ^C'
|
||||||
stty crt erase kill intr
|
stty crt erase kill intr
|
||||||
export PATH
|
export PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user