summaryrefslogtreecommitdiff
path: root/over/etc/profile
blob: 0f9f00620fe59a39b93750665e32cf5eedd739d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 -b)"
alias less='less -R'
export CLICOLOR=

export CVS_RSH=ssh
export RSYNC_RSH=ssh
export EDITOR=vim
export SVN_EDITOR=vim

umask 022