From ffecf83514b147ce21160fd2bc66040876e43c76 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 7 Nov 2016 21:13:17 +0000 Subject: [PATCH] Actually run applications file --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index d541b39..0884117 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -3,6 +3,7 @@ export DOTFILES="$HOME/.dotfiles" source $DOTFILES/bash/boilerplate.sh source $DOTFILES/bash/catfish.sh source $DOTFILES/bash/javascript.sh +source $DOTFILES/bash/applications.sh if [ -f "$(command -v lsb_release)" ]; then source $DOTFILES/bash/ubuntu.sh # Ubuntu only stuff