标签: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 profile shell alias path
原文地址:http://blog.csdn.net/teng_ontheway/article/details/47605109