Merge branch 'gitprompt' of stevo/armbian_config into master

test
Štefan Bystriansky 7 years ago committed by Gogs
commit a01d1df6b7
  1. 4
      .bashrc

@ -106,8 +106,8 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
if [ -f ~/.bashrc_git_prompt ]; then
. ~/.bashrc_git_prompt
if [ -f ~/.bash_git_prompt ]; then
. ~/.bash_git_prompt
fi

Loading…
Cancel
Save