Skip to content

Commit

Permalink
Drop default CLASSPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Jan 8, 2016
1 parent f032b93 commit 510dc54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .cshrc
Expand Up @@ -24,7 +24,6 @@ unset dir newpath

setenv ENV "$HOME/.shrc"
setenv BASH_ENV "$HOME/.zshenv"
if ( ! $?CLASSPATH ) setenv CLASSPATH ".:$HOME/.java/*"
if ( ! $?RSYNC_RSH ) setenv RSYNC_RSH 'ssh -ax'
if ( ! $?SRC ) setenv SRC "$HOME/src"

Expand Down
3 changes: 1 addition & 2 deletions .profile
Expand Up @@ -4,8 +4,7 @@ PATH=$HOME/.local/bin:$HOME/.rbenv/shims:$HOME/.rbenv/bin:/usr/local/bin:${PATH:
ENV=$HOME/.shrc
BASH_ENV=$HOME/.zshenv
[ -n "$RSYNC_RSH" ] || RSYNC_RSH='ssh -ax'
[ -n "$CLASSPATH" ] || CLASSPATH=.:$HOME/.java/*
export PATH ENV BASH_ENV RSYNC_RSH CLASSPATH
export PATH ENV BASH_ENV RSYNC_RSH

if [ -r "$HOME/.env.local" ]; then
eval "`command grep '^[A-Z].*=' "$HOME/.env.local"|sed -e 's/^/export /'`"
Expand Down

0 comments on commit 510dc54

Please sign in to comment.