# # ~/.bashrc.kuba # # If not running interactively, don't do anything [[ $- != *i* ]] && return source_existing() { [ -f "$1" ] && source "$1" } alias ls='ls --color=auto' export KRB5_CONFIG=".etcfiles/krb5.conf" export EDITOR="vim" export CUPS_GSSSERVICENAME=HTTP export PATH=$PATH:/home/kuba/bin export PATH="$HOME/git/esp-open-sdk/xtensa-lx106-elf/bin/:$PATH" alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME" alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim" # Source git prompt source_existing ~/scripts/git-prompt.sh source_existing ~/.bash_prompt.kuba # Source lmod module setup source_existing /usr/share/lmod/lmod/init/profile if [ -e /usr/share/lmod/lmod/init/profile ]; then module use "$HOME/.modules.kuba/" module load python-wrap fi case $hostname in vera* ) module load clusterappl module load gpaw/Vera/20.1.0 esac if xhost >& /dev/null ; then # X is running xhost +local:kuba > /dev/null fi