Skip to content

Commit

Permalink
Remove more user-specific data
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinSuttle committed Jan 5, 2016
1 parent eaf6d9c commit 644c17c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export XDG_CONFIG_HOME=~/.config

export MY_NAME=""
export PRIVATE_NPM_REGISTRY=
export GITHUB_ORG=iot
export GITHUB_ORG=""
export WORK_EMAIL_ADDRESS=""
export OPEN_SOURCE_EMAIL_ADDRESS=""

Expand All @@ -16,8 +16,8 @@ export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:
# System
GIT_TERMINAL_PROMPT=1
LANG=en_US.UTF-8
USER=kevinSuttle
TERM_PROGRAM=iTerm2.app
USER=""
TERM_PROGRAM=""

# Actual data for the sensitive values above
if [ -r ~/.private ]; then . ~/.private; fi

0 comments on commit 644c17c

Please # to comment.