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

解决CentOS终端命令不同步问题

时间:2019-01-12 20:58:55      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:code   rom   解决   histfile   prompt   echo   .bashrc   print   int   

history(){ syncHistory builtin history "$@" } syncHistory(){ builtin history -a HISTFILESIZE=$HISTFILESIZE builtin history -c builtin history -r } promptCommand(){ if [ "$TERM" = xterm ] then case "$DISPLAY" in :*) printf "\033]0;%s\007" "$PWD" ;; *) printf "\033]0;%s -- %s\007" "$HOST_UPPER" "$PWD" ;; esac fi syncHistory } HOST_UPPER=`echo $HOSTNAME | tr ‘[a-z]‘ ‘[A-Z]‘` PROMPT_COMMAND=promptCommand

贴在.bashrc即可

解决CentOS终端命令不同步问题

标签:code   rom   解决   histfile   prompt   echo   .bashrc   print   int   

原文地址:http://blog.51cto.com/swiki/2342044

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