.bash_profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
unset USERNAME
export LANG="en_US.UTF-8"
export SUPPORTED="en_US.UTF-8:en_US:en"
export CLICOLOR=1
export LSCOLORS="gxfxcxdxbxegedabagacad"
export PS1="[\[\033[35m\]\u\[\033[00m\]@\[\033[33m\]313-ManPlub\[\033[00m\]: \[\033[36m\]\W \[\033[00m\]] "
export TERM=xterm-color
alias grep='grep --color'
alias egrep='egrep --color'
alias fgrep='fgrep --color'
alias ls='ls --color=auto'
alias ll='ls -l --color=auto'
alias eftp='ttt(){ echo "ftp://`hostname``readlink -f $1`";};ttt'
alias iconv8="iconv -c -f gbk -t utf-8"