From 0b0258cf411a9427faadb078af3c1829e1ab81f7 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sun, 27 Jan 2008 22:40:02 +0000 Subject: Added support for most color options to /etc/profile. git-svn-id: http://svn.telesphoreo.org/trunk@37 514c082c-b64e-11dc-b46d-3d985efe055d --- over/etc/profile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'over') diff --git a/over/etc/profile b/over/etc/profile index f17e7548a..085b4261e 100644 --- a/over/etc/profile +++ b/over/etc/profile @@ -1,4 +1,16 @@ if [[ $TERM = network || -z $TERM ]]; then export TERM=xterm; fi + export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games' export PS1='\h:\w \u\$ ' + +alias ls="ls -Fb --color=auto -T 0" +eval $(dircolors) +alias less='less -R' +export CLICOLOR= + +export CVS_RSH=ssh +export RSYNC_RSH=ssh +export EDITOR=vim +export SVN_EDITOR=vim + umask 022 -- cgit v1.2.3