Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fphilipe committed Jan 8, 2021
1 parent b08ef9e commit e402f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/config/tools.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chruby() {
chruby ruby

if which fnm > /dev/null 2>&1; then
eval "$(fnm env --multi --shell=zsh)"
eval "$(fnm env --shell=zsh)"

# This code was generated using `fnm env --use-on-cd` and modified not to
# print anything.
Expand Down

0 comments on commit e402f07

Please sign in to comment.