From f0fa3d9c06a7dfc3f57256e189e965f9e81218e6 Mon Sep 17 00:00:00 2001 From: Jakub Fojt Date: Wed, 29 Jan 2020 09:12:35 +0100 Subject: [PATCH] Source git prompt before setting it --- .bashrc.kuba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc.kuba b/.bashrc.kuba index 313ae16..b5e42b6 100755 --- a/.bashrc.kuba +++ b/.bashrc.kuba @@ -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/"