代码拉取完成,页面将自动刷新
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias ll='ls -alF --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
### PS1 Color for usr ###############################################
# color
F_yellow='\[\033[33;1m\]'
F_white='\[\033[1;37m\]'
F_green='\[\033[32;1m\]'
F_gblue='\[\033[36;1m\]'
F_blue='\[\033[34;1m\]'
F_wine='\[\033[35;1m\]'
F_red='\[\033[31;1m\]'
EC='\[\033[00m\]'
F_frame=$F_blue
# command
Git_Branch='git branch --show-current 2>/dev/null'
export PS1="\
$F_frame(\
$F_gblue\u\
$F_yellow\$\
$F_gblue\W\
$F_frame)--(\
$F_green\t\
$F_frame)\
$F_yellow \$(${Git_Branch})\
$F_frame\n\
$F_frame\$\
$EC "
# unset
unset F_frame F_yellow F_white F_green F_gblue F_blue F_wine F_red
unset Git_Branch EC
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。