2 Star 0 Fork 0

少女与飞剑/dotfiles

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.bashrc 868 Bytes
一键复制 编辑 原始数据 按行查看 历史
少女与飞剑 提交于 2023-10-05 10:46 . update .bashrc.
#
# ~/.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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/msk10032/dotfiles.git
git@gitee.com:msk10032/dotfiles.git
msk10032
dotfiles
dotfiles
master

搜索帮助