Skip to content

Commit

Permalink
feat(symlinks): update direnv configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed May 17, 2022
1 parent 88f76ee commit a5c14bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions symlinks/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ setopt HIST_REDUCE_BLANKS
setopt INC_APPEND_HISTORY # this is default, but set for share_history
setopt SHARE_HISTORY # Share history file amongst all Zsh sessions

# Hook direnv into your shell.
eval "$(asdf exec direnv hook zsh)"
direnv() { asdf exec direnv "$@"; }
. $(brew --prefix asdf)/asdf.sh

eval "$(mcfly init zsh)"
Expand Down

0 comments on commit a5c14bf

Please sign in to comment.