Source git prompt before setting it

This commit is contained in:
2020-01-29 09:12:35 +01:00
parent 179f9d96b2
commit f0fa3d9c06

View File

@@ -5,7 +5,6 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
source ~/.bash_prompt.kuba
export EDITOR="vim"
export CUPS_GSSSERVICENAME=HTTP
export PATH=$PATH:/home/kuba/bin
@@ -18,6 +17,7 @@ alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim"
if [ -f ~/scripts/git-prompt.sh ]; then
source ~/scripts/git-prompt.sh
fi
source ~/.bash_prompt.kuba
if [ "$(hostname)" == "kubaDesktop" ] || [ "$(hostname)" == "kubaArch-Laptop" ]; then
GPAW_SETUP_BASE="/home/kuba/gpaw-setups/0.9.20000/"