From 6a75a1e27f94bc8436676d7d5485bb8e97a92c09 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Thu, 18 Nov 2021 11:24:49 +0800 Subject: [PATCH] chore: update profile --- profile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/profile b/profile index 4a82b4b..677237e 100644 --- a/profile +++ b/profile @@ -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 \ No newline at end of file