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