Source git prompt before setting it
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
source ~/.bash_prompt.kuba
|
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
export CUPS_GSSSERVICENAME=HTTP
|
export CUPS_GSSSERVICENAME=HTTP
|
||||||
export PATH=$PATH:/home/kuba/bin
|
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
|
if [ -f ~/scripts/git-prompt.sh ]; then
|
||||||
source ~/scripts/git-prompt.sh
|
source ~/scripts/git-prompt.sh
|
||||||
fi
|
fi
|
||||||
|
source ~/.bash_prompt.kuba
|
||||||
|
|
||||||
if [ "$(hostname)" == "kubaDesktop" ] || [ "$(hostname)" == "kubaArch-Laptop" ]; then
|
if [ "$(hostname)" == "kubaDesktop" ] || [ "$(hostname)" == "kubaArch-Laptop" ]; then
|
||||||
GPAW_SETUP_BASE="/home/kuba/gpaw-setups/0.9.20000/"
|
GPAW_SETUP_BASE="/home/kuba/gpaw-setups/0.9.20000/"
|
||||||
|
|||||||
Reference in New Issue
Block a user