Skip to content

Commit

Permalink
Single source local keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinSuttle committed Dec 26, 2017
1 parent cf5c180 commit 10723f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source ~/env
source ~/aliases
source ~/colors
source ~/extras
Expand All @@ -8,10 +7,9 @@ source ~/bash/colors.sh
source ~/bash/extras.sh
source ~/bash/prompt.sh

source ~/.local

shopt -s cdspell
shopt -s checkwinsize
shopt -s histappend
shopt -s nocaseglob

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
5 changes: 5 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Kevin Suttle
email = kevin@suttle.email

0 comments on commit 10723f5

Please # to comment.