diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 5545f007..16cf5b54 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -3,3 +3,4 @@ # [[ -f ~/.bashrc ]] && . ~/.bashrc +if [ -f "/home/trude/.config/fabric/fabric-bootstrap.inc" ]; then . "/home/trude/.config/fabric/fabric-bootstrap.inc"; fi \ No newline at end of file diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 17d750cd..0360f379 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -97,3 +97,4 @@ export PATH=$PATH:/home/trude/.local/bin export NVM_DIR="$HOME/.config/nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion +if [ -f "/home/trude/.config/fabric/fabric-bootstrap.inc" ]; then . "/home/trude/.config/fabric/fabric-bootstrap.inc"; fi \ No newline at end of file