Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Travers authored Nov 11, 2019
1 parent 3dee83b commit 7080807
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -152,19 +152,18 @@ export EDITOR="subl -w"

# Path to your oh-my-zsh installation.
export ZSH="/Users/$USER/.oh-my-zsh"
# Set name of the theme to load
# ZSH_THEME="robbyrussell"

# recommended by brew doctor
export PATH="/usr/local/bin:$PATH"

export PATH="$HOME/.bin:~/bin:$PATH"
# Build PATH
export USR_PATHS="/usr/local:/usr/local/bin:/usr/local/sbin:/usr/bin"
export PATH="$USR_PATHS:$PATH"

export GPG_TTY=$(tty)

eval export
eval "$(direnv hook zsh)" # Load direnv for managing environment variables
eval "$(direnv hook zsh)"
eval "$(hub alias -s)"
eval "$(rbenv init -)"

source $ZSH/oh-my-zsh.sh

. /usr/local/opt/asdf/asdf.sh

. /usr/local/opt/asdf/etc/bash_completion.d/asdf.bash

0 comments on commit 7080807

Please sign in to comment.