Skip to content

Commit 9224112

Browse files
musically-utbtabibian
authored andcommitted
Drop the redundant -rubygems argument.
1 parent ada054d commit 9224112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotfiles/bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ PS1='\[\033[00;35m\][\A] ${debian_chroot:+($debian_chroot)} \[\033[01;32m\]\u@\h
163163

164164
# Ruby in the path
165165
if which ruby >/dev/null && which gem >/dev/null; then
166-
PATH="$(ruby -rubygems -e 'puts Gem.user_dir')/bin:$PATH"
166+
PATH="$(ruby -e 'puts Gem.user_dir')/bin:$PATH"
167167
fi
168168

169169
# Load fuzzy file matcher

0 commit comments

Comments
 (0)