English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/common-nfo/package/base-files/files/etc/profile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3427 - (show annotations) (download)
Wed Aug 8 11:08:41 2007 UTC (6 years, 6 months ago) by tg
File size: 529 byte(s)
merge in trunk rev. 3426
1 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
2 if [[ $(id -u) = 0 ]]; then
3 export PS1='# '
4 else
5 export PS1='$ '
6 fi
7 cat /etc/banner 2>&-
8 [ -x /usr/bin/less ] || alias less=more
9 [ -x /usr/bin/vim ] || alias vim=vi
10 [ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; }
11 [ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 "$@"; }
12 alias ls='ls --color'
13 [ -z "$LC_CTYPE" ] && eval $(chkuterm 2>&-)
14 if [ -n "$KSH_VERSION" ]; then
15 [[ $LC_CTYPE = *UTF* ]] && set -U
16 else
17 [ -z "$BASH_VERSION" ] || PS1='\u@\h:\w\$ '
18 alias ll="ls -l"
19 fi

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20