Initial commit.
This commit is contained in:
11
bash_profile
Executable file
11
bash_profile
Executable file
@@ -0,0 +1,11 @@
|
||||
# Load secret stuff that I don't want to share with the world on github :)
|
||||
if [ -e ~/.secrets ]; then
|
||||
. ~/.secrets
|
||||
fi
|
||||
|
||||
# Load git completion
|
||||
. ~/dev/bin/git-completion.bash
|
||||
|
||||
# My aliases and options
|
||||
. ~/dev/config/bash_aliases
|
||||
. ~/dev/config/bash_options
|
||||
Reference in New Issue
Block a user