Skip to content

Commit

Permalink
allow for private scripts via gists or external repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgraham committed Feb 12, 2015
1 parent e7d215e commit 92640cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bashrc
Expand Up @@ -4,6 +4,15 @@
. ~/bin/dotfiles/bash/aliases
. ~/bin/dotfiles/bash/git-completion

#
# Submodule Gist for Private Aliases
#

if [ -f ~/bin/dotfiles/bash/private/private ]
then
. ~/bin/dotfiles/bash/private/private
fi

eval "$(hub alias -s)"

export PATH=$PATH:~/bin/dotfiles/bash
Expand Down

0 comments on commit 92640cb

Please sign in to comment.