Skip to content

Commit

Permalink
Remove autojump
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 16, 2014
1 parent 1ccd71d commit 2b7d1a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions bash.d/autojump

This file was deleted.

7 changes: 1 addition & 6 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ puniq() {
# Other
#-------------------------------------------------------------------------------
# Plugins
PLUGINS=( "autojump" "depot_tools" "git" "go" "java" "rbenv" "scala" "tmux" "windows" )
PLUGINS=( "depot_tools" "git" "go" "java" "rbenv" "scala" "tmux" "windows" )

for plugin in "${PLUGINS[@]}"
do
Expand All @@ -207,8 +207,3 @@ esac
# Set default prompt if interactive
test -n "$PS1" &&
prompt_color

if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi

### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"

0 comments on commit 2b7d1a2

Please sign in to comment.