Skip to content

Commit

Permalink
updated the plugin according to the suggested changes
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
  • Loading branch information
leonovk and akinomyoga authored Aug 24, 2024
1 parent f3d49c6 commit a6aa85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rbenv/rbenv.plugin.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! bash oh-my-bash.module

if [ -d ~/.rbenv ]; then
if [[ -d ~/.rbenv ]]; then
export RBENV_ROOT=~/.rbenv
export PATH=$RBENV_ROOT/bin:$PATH
eval "$(rbenv init - bash)"
Expand Down

0 comments on commit a6aa85f

Please sign in to comment.