chore: update profile
continuous-integration/drone/tag Build is passing Details

master v0.1.5
Evan Chen 2021-11-18 11:24:49 +08:00
parent af0fc1b352
commit 6a75a1e27f
1 changed files with 1 additions and 7 deletions

View File

@ -1,9 +1,7 @@
export BASH_CONF="bash_profile"
export LSCOLORS="gxfxcxdxbxegedabagacad"
export CLICOLOR=1
export TERM="xterm-256color"
PS1='\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\033[01;34m\]\W\[\033[00m\]$(git_info)\[\033[00m\]\n\[\033[1;31m\]\$ \[\033[00m\]'
PS1='\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\033[01;34m\]\w\[\033[00m\]$(git_info)\[\033[00m\]\n\[\033[1;31m\]\$ \[\033[00m\]'
# functions
function git_info {
@ -31,7 +29,3 @@ fi
echo " ($(tput bold)${ref#refs/heads/}$uc$us$ut$st$(tput sgr0)$(tput setaf 254))";
# echo "(${ref#refs/heads/})";
}
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi