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

terminal使用小技巧

时间:2014-07-06 10:12:26      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:color   使用   os   for   io   type   

直接上配置,你懂的

lai‘mac:~ laijingli$ more .bash_profile

###add my scripts to the search path for convenient daily usage
export PATH=$PATH:/Users/laijingli/autoshell:/opt/local/bin:/opt/local/sbin


###alias for normal use
alias grep=‘grep --color‘


###change prompt for terminal‘s title can revert to local machine name when ssh to a remote session hangup or exit or timeout
#export PROMPT_COMMAND=‘echo -ne "\033]0;${USER}@${HOSTNAME}\007"‘   
export PROMPT_COMMAND=‘echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}"; echo -ne "\007"‘


###some alias for colorful  display by different file types
alias ls=‘ls -G‘
#export CLICOLOR=1
#export LSCOLORS=ExFxCxDxBxegedabagacad

terminal使用小技巧,布布扣,bubuko.com

terminal使用小技巧

标签:color   使用   os   for   io   type   

原文地址:http://blog.csdn.net/xuyaqun/article/details/36893655

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