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

常用.bash_profile配置

时间:2015-08-13 10:05:29      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:bash_profile   profile   shell   alias   path   


vim ~/..bash_profile


export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad

alias l='ls -GFh'
alias cls='clear'



1.常用alias 别名,省路径

2.搜索目录常用PATH

持续记录:



版权声明:本文为博主原创文章,未经博主允许不得转载。

常用.bash_profile配置

标签:bash_profile   profile   shell   alias   path   

原文地址:http://blog.csdn.net/teng_ontheway/article/details/47605109

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