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/"