Sync PATH variable with 'dot.login'.
I think here is not my area so feel free to back this out when any troubles are happened. Pointed out by: IIJIMA Akihiro <aki@noc.titech.ac.jp>
This commit is contained in:
parent
2d8a580416
commit
9028df4c8e
@ -1,12 +1,12 @@
|
||||
# $Id: dot.profile,v 1.14 1997/08/15 23:41:26 ache Exp $
|
||||
# $Id: dot.profile,v 1.15 1997/09/26 08:28:31 joerg Exp $
|
||||
#
|
||||
# .profile - Bourne Shell startup script for login shells
|
||||
#
|
||||
# see also sh(1), environ(7).
|
||||
#
|
||||
|
||||
# add /usr/games or /usr/X11R6/bin if you want
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:$HOME/bin; export PATH
|
||||
# remove /usr/games and /usr/X11R6/bin if you want
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH
|
||||
|
||||
# Setting TERM is normally done through /etc/ttys. Do only override
|
||||
# if you're sure that you'll never log in via telnet or xterm or a
|
||||
|
Loading…
Reference in New Issue
Block a user