git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12107 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-02-17 18:43:54 +00:00
parent 5bc860ac6a
commit 7291cfc4db

View File

@ -15,7 +15,7 @@ fi
export LESSCHARSET="latin1" export LESSCHARSET="latin1"
export LESS="-R" export LESS="-R"
export CHARSET="ISO-8859-1" export CHARSET="ISO-8859-1"
export PS1='\n\[\033[01;31m\]\u@\h\[\033[01;36m\] [\d \@] \[\033[01;33m\] \w\n\[\033[00m\]<\#>: ' export PS1='\n\[\033[01;31m\]\u@\h\[\033[01;36m\] [\d \@] \[\033[01;33m\] \w\n\[\033[00m\]<\#>:'
export PS2="\[\033[1m\]> \[\033[0m\]" export PS2="\[\033[1m\]> \[\033[0m\]"
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
export VISUAL=emacs export VISUAL=emacs