码迷,mamicode.com
首页 > 其他好文 > 详细

.bash_profile

时间:2016-04-02 07:21:41      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:.bash_profile


/home/oracle  隐藏文件.bash_profile



# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
export TNS_ADMIN=$ORACLE_BASE/product/11.2.0/dbhome_1/network/admin
export ORACLE_SID=zmdb
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
export PATH=$PATH:$ORACLE_HOME/bin:.
stty erase ^H   



.bash_profile

标签:.bash_profile

原文地址:http://xuliangjun.blog.51cto.com/7398089/1759356

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!